Skip to content

Commit 1af37df

Browse files
committed
up version
1 parent 0c631e7 commit 1af37df

5 files changed

+14
-14
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,15 @@ allprojects {
209209
project build.gradle
210210
```groovy
211211
dependencies {
212-
commonMainApi("dev.icerock.moko:widgets:0.2.2")
213-
214-
commonMainApi("dev.icerock.moko:widgets-bottomsheet:0.2.2") // show bottom sheets
215-
commonMainApi("dev.icerock.moko:widgets-collection:0.2.2") // collection widget
216-
commonMainApi("dev.icerock.moko:widgets-datetime-picker:0.2.2") // show datepicker
217-
commonMainApi("dev.icerock.moko:widgets-image-network:0.2.2") // images with load from url
218-
commonMainApi("dev.icerock.moko:widgets-sms:0.2.2") // input with sms autofill
219-
commonMainApi("dev.icerock.moko:widgets-media:0.2.2") // moko-media integration
220-
commonMainApi("dev.icerock.moko:widgets-permissions:0.2.2") // moko-permissions integration
212+
commonMainApi("dev.icerock.moko:widgets:0.2.4")
213+
214+
commonMainApi("dev.icerock.moko:widgets-bottomsheet:0.2.4") // show bottom sheets
215+
commonMainApi("dev.icerock.moko:widgets-collection:0.2.4") // collection widget
216+
commonMainApi("dev.icerock.moko:widgets-datetime-picker:0.2.4") // show datepicker
217+
commonMainApi("dev.icerock.moko:widgets-image-network:0.2.4") // images with load from url
218+
commonMainApi("dev.icerock.moko:widgets-sms:0.2.4") // input with sms autofill
219+
commonMainApi("dev.icerock.moko:widgets-media:0.2.4") // moko-media integration
220+
commonMainApi("dev.icerock.moko:widgets-permissions:0.2.4") // moko-permissions integration
221221
}
222222
```
223223

@@ -230,7 +230,7 @@ buildscript {
230230
}
231231
232232
dependencies {
233-
classpath "dev.icerock.moko.widgets:gradle-plugin:0.2.2"
233+
classpath "dev.icerock.moko.widgets:gradle-plugin:0.2.4"
234234
}
235235
}
236236
```

moko-widgets-bottomsheet.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'moko-widgets-bottomsheet'
3-
spec.version = '0.2.2'
3+
spec.version = '0.2.4'
44
spec.homepage = 'https://github.com/icerockdev/moko-widgets'
55
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" }
66
spec.authors = 'IceRock Development'

moko-widgets-collection.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'moko-widgets-collection'
3-
spec.version = '0.2.2'
3+
spec.version = '0.2.4'
44
spec.homepage = 'https://github.com/icerockdev/moko-widgets'
55
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" }
66
spec.authors = 'IceRock Development'

moko-widgets-datetime-picker.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'moko-widgets-datetime-picker'
3-
spec.version = '0.2.2'
3+
spec.version = '0.2.4'
44
spec.homepage = 'https://github.com/icerockdev/moko-widgets'
55
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" }
66
spec.authors = 'IceRock Development'

moko-widgets-image-network.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'moko-widgets-image-network'
3-
spec.version = '0.2.2'
3+
spec.version = '0.2.4'
44
spec.homepage = 'https://github.com/icerockdev/moko-widgets'
55
spec.source = { :git => "https://github.com/icerockdev/moko-widgets.git", :tag => "release/#{spec.version}" }
66
spec.authors = 'IceRock Development'

0 commit comments

Comments
 (0)