Skip to content

Commit

Permalink
Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthroy12 committed Apr 17, 2022
1 parent d817f22 commit bef9d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gravity-sandbox",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple, chaotic gravity simulator",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion public/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = '1.0.0';
const version = '1.0.1';

const contentToCache = [
'/',
Expand Down

0 comments on commit bef9d16

Please sign in to comment.