From 6b1ab988d9c4e0e209cf506e968d6c4e62bf5df9 Mon Sep 17 00:00:00 2001 From: Alessandro Arcangeli Date: Sat, 20 Apr 2019 11:40:12 +0200 Subject: [PATCH] release 1.03.3 --- CHANGELOG.md | 7 ++++++- app/build.gradle | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04271dc7..e0b996d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.03.3] - 2019-04-20 +### Fixed +- Fixed verious crashes (#9) + ## [1.03.2] - 2019-04-18 ### Added - Enabled mod loader @@ -49,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.00 - 2019-02-18 - Initial Release -[Unreleased]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.2...HEAD +[Unreleased]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.3...HEAD +[1.03.3]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.2...v1.03.3 [1.03.2]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.1...v1.03.2 [1.03.1]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.03.0...v1.03.1 [1.03.0]: https://github.com/aarcangeli/Serious-Sam-Android/compare/v1.02.1...v1.03.0 diff --git a/app/build.gradle b/app/build.gradle index 06c494cb..3a02a144 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { applicationId "com.github.aarcangeli.serioussamandroid" minSdkVersion 19 targetSdkVersion 28 - versionCode 1032 - versionName "1.03.2" + versionCode 1033 + versionName "1.03.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true externalNativeBuild {