From e9b5588eb1d8cead73f78dc8e141eb2985bcce7d Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 21 Oct 2019 23:07:21 +0200 Subject: [PATCH] Released version 1.1 of Midisurf --- CHANGELOG | 2 +- VERSION | 2 +- release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f326b70..cbe1d52 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ -Next version (under development) +MidiSurf 1.1 (2019-10-21) - Pressing the escape key now returns the game to the main menu - Added a 'repeat' button to repeat the last song played - Added graphics to visualise the catching of a note by one of the dragons diff --git a/VERSION b/VERSION index d3827e7..9459d4b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0 +1.1 diff --git a/release.sh b/release.sh index 475abce..119f9fd 100755 --- a/release.sh +++ b/release.sh @@ -35,5 +35,5 @@ cp LICENSE ${RELEASE_NAME}/ zip ${RELEASE_NAME}.zip ${RELEASE_NAME} # Creates an Atari ST floppy image from the release -rm ${RELEASE_NAME}.st +rm -f ${RELEASE_NAME}.st zip2st ${RELEASE_NAME} ${RELEASE_NAME}.st