Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
bump: Version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iakdis committed Mar 8, 2023
1 parent 9598f8d commit 81989f7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Version=1.0
X-AppImage-Version=0.2.0
X-AppImage-Version=0.3.0
Type=Application

Name=BuhoCMS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Version=1.0
X-AppImage-Version=0.2.0
X-AppImage-Version=0.3.0
Type=Application

Name=BuhoCMS
Expand Down
2 changes: 1 addition & 1 deletion installers/Debian/BuhoCMS/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: buhocms
Version: 0.2.0
Version: 0.3.0
Architecture: all
Essential: no
Priority: optional
Expand Down
2 changes: 1 addition & 1 deletion lib/src/logic/buho_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ void about({required BuildContext context}) {
context: context,
applicationName: 'BuhoCMS',
applicationVersion: AppLocalizations.of(context)!.version(
'0.2.0 Alpha',
'0.3.0 Alpha',
), //TODO update version number
applicationIcon: const Image(
image: AssetImage('assets/images/icon.png'),
Expand Down
2 changes: 1 addition & 1 deletion lib/src/pages/onboarding_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _OnboardingPageState extends State<OnboardingPage> with WindowListener {
),
const SizedBox(height: 8.0),
Text(
'Alpha (0.2.0)', // TODO update version number
'Alpha (0.3.0)', // TODO update version number
style: TextStyle(
color: Colors.teal.shade800,
fontSize: 24.0,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.2.0+2
version: 0.3.0+3

environment:
sdk: '>=2.18.1 <3.0.0'
Expand Down

0 comments on commit 81989f7

Please sign in to comment.