Skip to content

Commit c64365d

Browse files
committed
Release 1.7
1 parent 0234e0e commit c64365d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Picard Barcode Scanner Changelog
22

3+
## Version 1.7 - 2025-11-25
4+
- MusicBrainz server can be configured in settings
5+
36
## Version 1.6.5 - 2025-10-13
47
- Added Catalan and Russian translations
58
- Updated Dutch, French, German, Lithuanian and Norwegian Bokmål translations

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId "org.musicbrainz.picard.barcodescanner"
2626
minSdk 21
2727
targetSdk 35
28-
versionCode 34
29-
versionName '1.6.5'
28+
versionCode 35
29+
versionName '1.7'
3030
}
3131
buildTypes {
3232
debug {

0 commit comments

Comments
 (0)