Skip to content

Commit

Permalink
[lib] update version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpalroy committed Sep 17, 2024
1 parent 9fa8cb7 commit a4779f5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In `build.gradle` of shared module, include the following dependency

```gradle
dependencies {
implementation("io.github.pushpalroy:jetlime:3.0.0")
implementation("io.github.pushpalroy:jetlime:3.0.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
activityCompose = "1.9.2"
agp = "8.5.2"
compose-plugin = "1.6.11"
jetlime = "3.0.0"
jetlime = "3.0.1"
junit = "4.13.2"
junitVersion = "1.2.1"
kotlin = "2.0.20-RC2"
Expand Down
2 changes: 1 addition & 1 deletion jetlime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

kotlin {
cocoapods {
version = "3.0.0"
version = "3.0.1"
summary = "JetLime KMP Library"
homepage = "https://github.com/pushpalroy/JetLime"
ios.deploymentTarget = "14.0"
Expand Down
2 changes: 1 addition & 1 deletion jetlime/jetlime.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'jetlime'
spec.version = '3.0.0'
spec.version = '3.0.1'
spec.homepage = 'https://github.com/pushpalroy/JetLime'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/add_git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Script to add annotated tag with version number to the main branch
# This script should be executed with the correct version number after every release to MavenCentral
TAG="3.0.0"
TAG="3.0.1"
COMMENT="Release $TAG"
BRANCH="main"

Expand Down

0 comments on commit a4779f5

Please sign in to comment.