We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d4824 commit 4c38cb3Copy full SHA for 4c38cb3
app/lib/main.dart
@@ -181,4 +181,4 @@ const isNightly =
181
flavor == 'nightly' || flavor == 'dev' || flavor == 'development';
182
const shortApplicationName = isNightly ? 'Setonix Nightly' : 'Setonix';
183
const applicationName = 'Linwood $shortApplicationName';
184
-const applicationMinorVersion = '0.2';
+const applicationMinorVersion = '0.3';
app/linux/debian/DEBIAN/control
@@ -1,5 +1,5 @@
1
Package: linwood-setonix
2
-Version: 0.2.0
+Version: 0.3.0
3
Section: base
4
Priority: optional
5
Homepage: https://github.com/LinwoodDev/Setonix
0 commit comments