Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
THenry14 committed Nov 9, 2022
1 parent 16b078d commit ae266b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion androiddemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("com.google.android.material:material:1.6.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.swmansion.starknet:starknet:0.2.3@aar")
implementation("com.swmansion.starknet:starknet:0.3.0@aar")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.3")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
Expand Down
2 changes: 1 addition & 1 deletion javademo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("com.swmansion.starknet:starknet:0.2.3")
implementation("com.swmansion.starknet:starknet:0.3.0")
}

application {
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import org.jetbrains.dokka.gradle.DokkaTask

version = "0.2.3"
version = "0.3.0"
group = "com.swmansion.starknet"

plugins {
Expand Down

0 comments on commit ae266b7

Please sign in to comment.