From fa68370988e4f2bed7378b11f3c57b36d14550a7 Mon Sep 17 00:00:00 2001 From: Juan David Hurtado Date: Sun, 9 Oct 2022 17:44:04 -0500 Subject: [PATCH] release: bump version --- .gitignore | 1 + Purace/build.gradle | 4 ++-- github.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aa724b7..998f591 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +github.properties \ No newline at end of file diff --git a/Purace/build.gradle b/Purace/build.gradle index 1aee46e..06b9c9a 100644 --- a/Purace/build.gradle +++ b/Purace/build.gradle @@ -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 { @@ -69,7 +69,7 @@ afterEvaluate { from components.release groupId 'juandahurt' artifactId 'purace' - version '1.0.0' + version '1.0.1' } } diff --git a/github.properties b/github.properties index 0fb6397..9f25846 100644 --- a/github.properties +++ b/github.properties @@ -1,2 +1,2 @@ gpr.usr=juandahurt -gpr.key=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 \ No newline at end of file +gpr.key=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 \ No newline at end of file