Skip to content

Commit

Permalink
version number fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Monsoonjr99 committed Mar 2, 2024
2 parents 30f0bfd + 7440449 commit 365642d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const TITLE = "Cyclone Simulator";
const VERSION_NUMBER = "0.4.14";
const VERSION_NUMBER = "0.4.15";

const SAVE_FORMAT = 7; // Format #7 in use starting in v0.4
const EARLIEST_COMPATIBLE_FORMAT = 0;
Expand Down

0 comments on commit 365642d

Please sign in to comment.