Skip to content

Commit

Permalink
🚀 v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElforL committed Jan 25, 2021
1 parent 4176614 commit f7aa8f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.8.0';
final currentVersion = '1.8.1';
var github = GitHub();

/// Checks if there's a newer version than [currentVersion]
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ description: A new Flutter project.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.8.0+11
# TODO also change lib\services\GithubServices.dart > currentVersion
version: 1.8.1+12

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

0 comments on commit f7aa8f8

Please sign in to comment.