Skip to content

Commit

Permalink
🚀 v1.8.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ElforL committed Jan 23, 2021
1 parent c94e507 commit d39bd3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:name="io.flutter.app.FlutterApplication"
android:label="AOU Schedule Manager"
Expand Down
2 changes: 1 addition & 1 deletion lib/services/GithubServices.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:github/github.dart';
class GithubServices {
final owner = 'ElforL';
final repoName = 'AOU_schedule_manager';
final currentVersion = '1.7.1';
final currentVersion = '1.8.0';
var github = GitHub();

/// Checks if there's a newer version than [currentVersion]
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.7.1+10
version: 1.8.0+11

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

0 comments on commit d39bd3b

Please sign in to comment.