diff --git a/src/js/changelog.js b/src/js/changelog.js index 0d2e2724..50c78cd3 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,4 +1,9 @@ export const CHANGELOG = [ + { + version: "1.1.15", + date: "unreleased", + entries: ["Added continue button to main menu and add seperate 'New game' button (by jaysc)"], + }, { version: "1.1.14", date: "16.06.2020", diff --git a/version b/version index f662c7e9..8d2c87f7 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.14 \ No newline at end of file +1.1.15 \ No newline at end of file