Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Derik Badman committed Oct 6, 2016
1 parent 1d6b486 commit 8088a33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "character-sheet-5e",
"version": "0.0.5",
"version": "1.0.0",
"description": "Online character sheet for D&D",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Caching all the files we use except the service worker itself
*/
var config = {
cacheName: 'static-v0.0.5',
cacheName: 'static-v1.0.0',
staticCacheItems: [
'/index.html',
'/main.min.js',
Expand Down
2 changes: 1 addition & 1 deletion site.manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# v0.0.5
# v1.0.0
#
main.min.js
styles.css
Expand Down

0 comments on commit 8088a33

Please sign in to comment.