Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 22, 2020
1 parent 6fbee29 commit 092cb3f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.0] - 22-12-2020
### Added
- See who collaborated to your decks

### Changed
- Improved connection reliability
- Updated icon

### Fixed
- Fixed some layouts
- Many bug fixes too


## [5.0.0-beta01] - 13-12-2020
### Added
- Added dark theme
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.gianlu.pretendyourexyzzy"
minSdkVersion 21
targetSdkVersion 29
versionCode 120
versionName "5.0.0-beta01"
versionCode 121
versionName "5.0.0"
}

if (isTravis) {
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
### Fixed
- Fixed CrCast decks not loading
- The app has been completely redesigned
- Many bugs have been fixed
- Enjoy

0 comments on commit 092cb3f

Please sign in to comment.