Skip to content

Commit

Permalink
Creating 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Breta01 committed Jul 8, 2021
1 parent 9263402 commit 6bc324c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [1.0.4] - 2021-07-08
### Added
- Indonesian language support

## [1.0.3] - 2021-05-04
### Added
- Full Spanish language support
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.bretahajek.docus"
minSdkVersion 21
targetSdkVersion 29
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
buildFeatures.dataBinding
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down

0 comments on commit 6bc324c

Please sign in to comment.