Skip to content

Commit

Permalink
Prepare version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Dec 11, 2023
1 parent 7ca51bf commit 2e0c8e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log

Version 0.2.0 *(In development)*
--------------------------------
Version 0.2.0 *(2023-12-11)*
----------------------------

- Technical: Kotlin 1.9.21 & Target Android 34. [\#99](https://github.com/vanniktech/blurhash/pull/99) ([vanniktech](https://github.com/vanniktech))

Version 0.1.0 *(2022-09-11)*
----------------------------
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.vanniktech:blurhash:0.1.0")
implementation("com.vanniktech:blurhash:0.2.0")
}
}
}
Expand All @@ -38,14 +38,14 @@ From Android / JVM Multiplatform:

```groovy
dependencies {
implementation("com.vanniktech:blurhash:0.1.0")
implementation("com.vanniktech:blurhash:0.2.0")
}
```

From iOS:

```ruby
pod 'BlurHash', :git => 'https://github.com/vanniktech/blurhash', :branch => "master"
pod 'BlurHash', :git => 'https://github.com/vanniktech/blurhash', :tag => "0.2.0"
```

# API
Expand Down
2 changes: 1 addition & 1 deletion blurhash/blurhash.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'BlurHash'
spec.version = '0.2.0-SNAPSHOT'
spec.version = '0.2.0'
spec.homepage = 'https://github.com/vanniktech/blurhash'
spec.source = { :http=> ''}
spec.authors = 'Niklas Baudy'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_NAME=0.2.0

POM_DESCRIPTION=BlurHash support for iOS, Android and JVM via Kotlin Multiplatform

Expand Down

0 comments on commit 2e0c8e4

Please sign in to comment.