Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 committed Dec 22, 2024
1 parent c4c2647 commit 8220db0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Removed
- Not applicable

## [1.2.12] - 2024-04-22
### Added
- Not applicable
## [1.2.13] - 2024-12-22
### Changed
- Fix wrong check breaking imports
- Extend blacklist
- Upgrade dependencies

## [1.2.12] - 2024-04-22
### Changed
- Extend blacklist
- Avoid crashes due to invalid emitter type
- Upgrade dependencies

### Removed
- Not applicable

## [1.2.11] - 2023-08-20
### Changed
- Import MLS / OpenCelliD lists without header
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 "helium314.localbackend"
minSdkVersion 18
targetSdkVersion 34
versionCode 40
versionName "1.2.12"
versionCode 41
versionName "1.2.13"
}

buildTypes {
Expand Down

0 comments on commit 8220db0

Please sign in to comment.