Skip to content

Commit

Permalink
Update build number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Sep 29, 2018
1 parent 8f710c8 commit e561e41
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Most recent version

## v3.0.2

```
This update contains a tonne of stability fixes for the new version.
- Fix pins not appearing for some users
- Fix crash when rotating the device
- "Middle hits which were strikes" now counts denominator accurately
- Some other stability bug fixes
```

# Legacy versions

## v3.0.0
```
Welcome to the new 5 Pin Bowling Companion. We completely rebuilt the app from scratch with all your favourite features and plenty of new ones.
Expand All @@ -13,8 +26,6 @@ Welcome to the new 5 Pin Bowling Companion. We completely rebuilt the app from s
- New statistics
```

# Legacy versions

## v2.1.9
```
- Stability fixes for Android Oreo
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'kotlin-android-extensions'

def versionMajor = 3
def versionMinor = 0
def versionPatch = 1
def versionPatch = 2

android {
compileSdkVersion 28
Expand Down
8 changes: 8 additions & 0 deletions app/src/main/assets/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<b>v3.0.2</b>
This update contains a tonne of stability fixes for the new version.

- Fix pins not appearing for some users
- Fix crash when rotating the device
- "Middle hits which were strikes" now counts denominator accurately
- Some other stability bug fixes

<b>v3.0.0</b>
Welcome to the new 5 Pin Bowling Companion. We completely rebuilt the app from scratch with all your favourite features and plenty of new ones.

Expand Down

0 comments on commit e561e41

Please sign in to comment.