Skip to content

Commit

Permalink
Bump version to 0.6.2 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG authored Jul 20, 2023
1 parent 5bbe21a commit 0a54c73
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.6.1@aar")
implementation("com.swmansion.starknet:starknet:0.6.2@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.6.1")
implementation("com.swmansion.starknet:starknet:0.6.2")
}

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.6.1"
version = "0.6.2"
group = "com.swmansion.starknet"

plugins {
Expand Down

0 comments on commit 0a54c73

Please sign in to comment.