Skip to content

Commit

Permalink
AA i forgot to update the version number in the actual thing
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
chromonym committed Nov 8, 2021
1 parent 6896f66 commit b13c793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minesweeper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This is the main code, which I have put into a separate file because Github
// The version number is as follows (use dashes instead of dots, and use semver (M.m.b). Don't use letters.
const VERSION = "1-0-1";
const VERSION = "1-1-0";
// defining defaults for variables
var cols = 3;
var rows = 3;
Expand Down

0 comments on commit b13c793

Please sign in to comment.