Skip to content

Commit

Permalink
Update version and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
KaeruCT committed Jul 23, 2021
1 parent 1096ce4 commit 5e8761a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@ All notable changes to this project will be documented in this file.

### Added

- Everything! This is the first release.
- Everything! This is the first release.

## [1.1] - 23.07.2021

### Added

- Enemies will sometimes drop health pickups that can be picked to regain health.

### Fixed

- Fixed scaling of sprites.
- Slight performance improvements.
- Fix broken state when trying to start a new game after winning.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can listen to a different version of the title screen song on this

# Screenshots

<img alt="title" src="/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="300"/> <img alt="gameplay 1" src="./fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="300"/>
<img alt="title" src="./fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="300"/> <img alt="gameplay 1" src="./fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="300"/>
<img alt="gameplay 2" src="./fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg" width="300"/> <img alt="gameplay 3" src="./fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg" width="300"/>
<img alt="game over" src="./fastlane/metadata/android/en-US/images/phoneScreenshots/5.jpg" width="300"/>

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.kaeruct.raumballer"
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Added

- Enemies will sometimes drop health pickups that can be picked to regain health.

Fixed

- Fixed scaling of sprites.
- Slight performance improvements.
- Fix broken state when trying to start a new game after winning.

0 comments on commit 5e8761a

Please sign in to comment.