Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktm committed Jun 4, 2017
1 parent 0b4fc61 commit 4bfc162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/simple2d.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@echo off

:: The installed version
set S2D_VERSION=0.5.1
set S2D_VERSION=0.6.0

:: Compile a C file
if "%~1"=="build" (
Expand Down
2 changes: 1 addition & 1 deletion bin/simple2d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Set Constants ################################################################

# The installed version
VERSION='0.5.1'
VERSION='0.6.0'

# URL to this script in the repo
SCRIPT_URL="https://raw.githubusercontent.com/simple2d/simple2d/master/bin/simple2d.sh"
Expand Down

0 comments on commit 4bfc162

Please sign in to comment.