Skip to content

Commit

Permalink
Lift version name
Browse files Browse the repository at this point in the history
  • Loading branch information
patzly committed Dec 25, 2024
1 parent 802ed88 commit b2f960e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
minSdk 21
targetSdk 35
versionCode 59
versionName "3.6.1"
versionName "3.7.0"
resourceConfigurations += ['ca', 'cs', 'de', 'en', 'es', 'et', 'fr', 'hu', 'it', 'iw', 'ja',
'nb', 'nl', 'pl', 'pt-rBR', 'pt-rPT', 'ru', 'sk', 'sv', 'uk',
'zh-rCN', 'zh-rTW']
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## 3.6.1
## 3.7.0

- New: Compatibility for server version 4.3.0
- New: Support for client certificates (thanks @stephanritscher!) (#771, #892)
- Fixed: Incorrect stock notification (#898)
- Fixed: Only suggest products in stock on consume page (#884)
- Fixed: Transaction buttons on overview page had multiple lines when being pressed
- Fixed: Some crashes on certain devices in certain situations

## 3.6.0

Expand Down

0 comments on commit b2f960e

Please sign in to comment.