Skip to content

Commit ddb2599

Browse files
committed
New Version : 0.1.0
1 parent 3b0b1da commit ddb2599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ plugins {
55
// these will be used for all projects ie. kmauth-core, kmauth-google etc.
66
allprojects {
77
group = "io.github.sunildhiman90"
8-
version = "0.0.4"
8+
version = "0.1.0"
99
}

kmauth-google/kmauth_google.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'kmauth_google'
3-
spec.version = '0.0.4'
3+
spec.version = '0.1.0'
44
spec.homepage = ''
55
spec.source = { :http=> ''}
66
spec.authors = ''

0 commit comments

Comments
 (0)