Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.1.0](v0.0.1...v0.1.0) (2022-02-09)

### Features

* hello world foundation work ([#1](#1)) ([97f2ad1](97f2ad1))
  • Loading branch information
mparticle-automation committed Feb 9, 2022
1 parent 97f2ad1 commit 22cc9fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 22cc9fd

Please sign in to comment.