Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juandahurt committed Oct 9, 2022
1 parent 3cb59a2 commit fa68370
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
.externalNativeBuild
.cxx
local.properties
github.properties
4 changes: 2 additions & 2 deletions Purace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
targetSdk 32
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
versionName "1.0.0"
versionName "1.0.1"
}

buildFeatures {
Expand Down Expand Up @@ -69,7 +69,7 @@ afterEvaluate {
from components.release
groupId 'juandahurt'
artifactId 'purace'
version '1.0.0'
version '1.0.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion github.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gpr.usr=juandahurt
gpr.key=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
gpr.key=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

0 comments on commit fa68370

Please sign in to comment.