Skip to content

Commit 4c38cb3

Browse files
committed
Fix version
1 parent 26d4824 commit 4c38cb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ const isNightly =
181181
flavor == 'nightly' || flavor == 'dev' || flavor == 'development';
182182
const shortApplicationName = isNightly ? 'Setonix Nightly' : 'Setonix';
183183
const applicationName = 'Linwood $shortApplicationName';
184-
const applicationMinorVersion = '0.2';
184+
const applicationMinorVersion = '0.3';

app/linux/debian/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: linwood-setonix
2-
Version: 0.2.0
2+
Version: 0.3.0
33
Section: base
44
Priority: optional
55
Homepage: https://github.com/LinwoodDev/Setonix

0 commit comments

Comments
 (0)