From 22cc9fd05685f2a6786e093a88859d1237fab83a Mon Sep 17 00:00:00 2001 From: mparticle-bot Date: Wed, 9 Feb 2022 17:59:35 +0000 Subject: [PATCH] chore(release): 0.1.0 [skip ci] # [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)) --- CHANGELOG.md | 6 ++++++ core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" }