Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
paolorotolo committed Jul 18, 2023
1 parent 38c0bdb commit 974eb1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {
}

group = "com.nextome.kmmbeacons"
val libraryVersion = "1.2.2"
val libraryVersion = "1.3.0"
version = System.getenv("GITHUB_REF")?.split('/')?.last() ?: libraryVersion
}

Expand Down
2 changes: 1 addition & 1 deletion iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- kmmbeacons (1.2.2)
- kmmbeacons (1.3.0)

DEPENDENCIES:
- kmmbeacons (from `../kmmbeacons`)
Expand Down
2 changes: 1 addition & 1 deletion kmmbeacons/kmmbeacons.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'kmmbeacons'
spec.version = '1.2.2'
spec.version = '1.3.0'
spec.homepage = 'https://github.com/Nextome/KmmBeacons'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 974eb1e

Please sign in to comment.