Browse Source

Fixed wrong version number

tags/v0.1.1-rev-1^0
Fen Dweller 6 years ago
parent
commit
83c2457576
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      satiate.js

+ 1
- 1
satiate.js View File

@@ -3,7 +3,7 @@
let activeModal = null;

const newline = String.fromCharCode(160);
const version = "0.1.0";
const version = "0.1.1";

let state;



Loading…
Cancel
Save