Skip to content

Commit 22cc9fd

Browse files
chore(release): 0.1.0 [skip ci]
# [0.1.0](v0.0.1...v0.1.0) (2022-02-09) ### Features * hello world foundation work ([#1](#1)) ([97f2ad1](97f2ad1))
1 parent 97f2ad1 commit 22cc9fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [0.1.0](https://github.com/mParticle/mparticle-android-sample-apps-internal/compare/v0.0.1...v0.1.0) (2022-02-09)
2+
3+
4+
### Features
5+
6+
* 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))

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdk = 16
1616
targetSdk = 31
1717
versionCode = buildVersionCode()
18-
versionName = "0.0.1-SNAPSHOT"
18+
versionName = "0.1.0-SNAPSHOT"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

0 commit comments

Comments
 (0)