Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaman494 committed Jun 2, 2021
1 parent 35d7513 commit b3198db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
minSdkVersion 19
targetSdkVersion 30
multiDexEnabled true
versionCode 27
versionName "2.1.0"
versionCode 28
versionName "2.1.1"
testInstrumentationRunner "com.a494studios.koreanconjugator.HanjiTestRunner"

// Comment out for coverage to work
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release versionCode="28" versionName="2.1.1" date="June 3rd 2021">
<info>Improved error handling and error messages</info>
</release>
<release versionCode="27" versionName="2.1.0" date="May 11th 2021">
<info>Bug fixes and a major feature add!</info>
<new type="summary">You can now add examples, synonyms, and antonyms to words using the add button in the appbar!</new>
Expand Down

0 comments on commit b3198db

Please sign in to comment.