Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
ltheinrich committed Mar 31, 2024
1 parent c164f7f commit e1aad05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ Currently supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 1.1.x | :white_check_mark: |
| 1.0.x | :x: |
| 0.1.x | :x: |
| 0.0.x | :x: |
| 0.0.x-beta | :x: |
| 1.2.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions etopan-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "de.ltheinrich.etopa"
minSdkVersion 24
targetSdk 34
versionCode 28
versionName "1.1.0"
versionCode 29
versionName "1.2.0"
resourceConfigurations += ['en', 'de', 'ru', 'es', 'pt', 'fr']
}

Expand Down

0 comments on commit e1aad05

Please sign in to comment.