Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
floodoo committed May 30, 2022
1 parent 5ca7fae commit f02dce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1330"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/screens/settings/settings.screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ class SettingsScreen extends ConsumerWidget {
),
padTop: 10,
padBottom: 15,
text: "Version 1.1.0+2",
text: "Version 1.1.0+3",
),
const DeveloperOptions(),
],
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sol_connect
description: A timetable for self-organized learning with a phase plan
publish_to: "none"
version: 1.1.0+2
version: 1.1.0+3

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit f02dce2

Please sign in to comment.