Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed May 13, 2023
1 parent 0c631e7 commit 1af37df
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,15 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:widgets:0.2.2")
commonMainApi("dev.icerock.moko:widgets-bottomsheet:0.2.2") // show bottom sheets
commonMainApi("dev.icerock.moko:widgets-collection:0.2.2") // collection widget
commonMainApi("dev.icerock.moko:widgets-datetime-picker:0.2.2") // show datepicker
commonMainApi("dev.icerock.moko:widgets-image-network:0.2.2") // images with load from url
commonMainApi("dev.icerock.moko:widgets-sms:0.2.2") // input with sms autofill
commonMainApi("dev.icerock.moko:widgets-media:0.2.2") // moko-media integration
commonMainApi("dev.icerock.moko:widgets-permissions:0.2.2") // moko-permissions integration
commonMainApi("dev.icerock.moko:widgets:0.2.4")
commonMainApi("dev.icerock.moko:widgets-bottomsheet:0.2.4") // show bottom sheets
commonMainApi("dev.icerock.moko:widgets-collection:0.2.4") // collection widget
commonMainApi("dev.icerock.moko:widgets-datetime-picker:0.2.4") // show datepicker
commonMainApi("dev.icerock.moko:widgets-image-network:0.2.4") // images with load from url
commonMainApi("dev.icerock.moko:widgets-sms:0.2.4") // input with sms autofill
commonMainApi("dev.icerock.moko:widgets-media:0.2.4") // moko-media integration
commonMainApi("dev.icerock.moko:widgets-permissions:0.2.4") // moko-permissions integration
}
```

Expand All @@ -230,7 +230,7 @@ buildscript {
}
dependencies {
classpath "dev.icerock.moko.widgets:gradle-plugin:0.2.2"
classpath "dev.icerock.moko.widgets:gradle-plugin:0.2.4"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion moko-widgets-bottomsheet.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'moko-widgets-bottomsheet'
spec.version = '0.2.2'
spec.version = '0.2.4'
spec.homepage = 'https://github.com/icerockdev/moko-widgets'
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" }
spec.authors = 'IceRock Development'
Expand Down
2 changes: 1 addition & 1 deletion moko-widgets-collection.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'moko-widgets-collection'
spec.version = '0.2.2'
spec.version = '0.2.4'
spec.homepage = 'https://github.com/icerockdev/moko-widgets'
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" }
spec.authors = 'IceRock Development'
Expand Down
2 changes: 1 addition & 1 deletion moko-widgets-datetime-picker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'moko-widgets-datetime-picker'
spec.version = '0.2.2'
spec.version = '0.2.4'
spec.homepage = 'https://github.com/icerockdev/moko-widgets'
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" }
spec.authors = 'IceRock Development'
Expand Down
2 changes: 1 addition & 1 deletion moko-widgets-image-network.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'moko-widgets-image-network'
spec.version = '0.2.2'
spec.version = '0.2.4'
spec.homepage = 'https://github.com/icerockdev/moko-widgets'
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" }
spec.authors = 'IceRock Development'
Expand Down

0 comments on commit 1af37df

Please sign in to comment.