Skip to content

Commit 2ed6f15

Browse files
committed
2.3.0
1 parent 575040b commit 2ed6f15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"url": "https://github.com/HaxeFoundation/hscript",
44
"license": "MIT",
55
"description": "Haxe Script is a scripting engine for a subset of the Haxe language",
6-
"version": "2.2.0",
6+
"version": "2.3.0",
77
"releasenote": "",
88
"contributors": ["ncannasse"]
99
}

release.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@echo off
2+
set PATH="C:\Program Files\7-Zip";%PATH%
23
rm -rf release
34
mkdir release
45
cp haxelib.json README.md extraParams.hxml release

0 commit comments

Comments
 (0)