Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
markusaksli committed Mar 3, 2021
1 parent 3c77392 commit 726b521
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const RESOURCES = {
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"index.html": "5a90f3d13f1859b25d80b2624262214a",
"/": "5a90f3d13f1859b25d80b2624262214a",
"index.html": "1b4446e6026fcab02b6aa792f564749c",
"/": "1b4446e6026fcab02b6aa792f564749c",
"main.dart.js": "70ba5707b742452a7c89fd2bfd264015",
"manifest.json": "81f8e74f5594e739211a9d7e2242de60",
"version.json": "0d38cf3f917559df74178cfe1cf8b443"
"version.json": "ca93d99dc0292569f095e2cdb479d859"
};

// The application shell files that are downloaded before a service worker can
Expand Down
2 changes: 1 addition & 1 deletion build/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
var serviceWorkerVersion = '1035704187';
var serviceWorkerVersion = '3121647575';
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down
2 changes: 1 addition & 1 deletion build/web/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"app_name":"scheduling","version":"3.0.0","build_number":null}
{"app_name":"scheduling","version":"3.1.0","build_number":null}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: scheduling
description: Flutter app for visualizing computer resource scheduling algorithms
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.0.0
version: 3.1.0

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

0 comments on commit 726b521

Please sign in to comment.