Skip to content

Commit 2d0be15

Browse files
committed
update version number to 1.0.7
1 parent 7cfe871 commit 2d0be15

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

generate_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ---------- CONFIG ----------
44
APP_NAME="ParticleMusic" # Executable name
5-
APP_VERSION="1.0.6" # Debian version
5+
APP_VERSION="1.0.7" # Debian version
66
MAINTAINER="AfalpHy"
77
EXECUTABLE="build/linux/x64/release/bundle/$APP_NAME"
88
DATA="build/linux/x64/release/bundle/data"

lib/desktop/panels/setting_panel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class LicensePagePanelState extends State<LicensePagePanel> {
6666
),
6767
child: const LicensePage(
6868
applicationName: 'Particle Music',
69-
applicationVersion: '1.0.6',
69+
applicationVersion: '1.0.7',
7070
applicationLegalese: '© 2025-2026 AfalpHy',
7171
),
7272
),

lib/setting.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ class SettingsList extends StatelessWidget {
982982
),
983983
child: const LicensePage(
984984
applicationName: 'Particle Music',
985-
applicationVersion: '1.0.6',
985+
applicationVersion: '1.0.7',
986986
applicationLegalese: '© 2025-2026 AfalpHy',
987987
),
988988
),

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.6+0
19+
version: 1.0.7+0
2020

2121
environment:
2222
sdk: ^3.10.0
@@ -133,7 +133,7 @@ msix_config:
133133
display_name: Particle Music
134134
publisher_display_name: AfalpHy
135135
identity_name: com.afalphy.particle-music
136-
msix_version: 1.0.6.0
136+
msix_version: 1.0.7.0
137137
logo_path: windows\runner\resources\app_icon.ico
138138
# This PFX is private. Replace it with your own PFX to generate an MSIX package.
139139
certificate_path: ParticleMusicCert.pfx

0 commit comments

Comments
 (0)