diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..1233624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# [0.1.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.0.1...v0.1.0) (2022-02-09) + + +### Features + +* hello world foundation work ([#1](https://github.com/mParticle/mparticle-android-sample-apps-internal/issues/1)) ([97f2ad1](https://github.com/mParticle/mparticle-android-sample-apps-internal/commit/97f2ad1cd5595ac0cea1ee0023b464977a5354d2)) diff --git a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts index 9c8e3b7..a65a151 100644 --- a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts +++ b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts @@ -15,7 +15,7 @@ android { minSdk = 16 targetSdk = 31 versionCode = buildVersionCode() - versionName = "0.0.1-SNAPSHOT" + versionName = "0.1.0-SNAPSHOT" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }