Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Oct 8, 2018
1 parent 575040b commit 2ed6f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"url": "https://github.com/HaxeFoundation/hscript",
"license": "MIT",
"description": "Haxe Script is a scripting engine for a subset of the Haxe language",
"version": "2.2.0",
"version": "2.3.0",
"releasenote": "",
"contributors": ["ncannasse"]
}
1 change: 1 addition & 0 deletions release.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
set PATH="C:\Program Files\7-Zip";%PATH%
rm -rf release
mkdir release
cp haxelib.json README.md extraParams.hxml release
Expand Down

0 comments on commit 2ed6f15

Please sign in to comment.