Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit d874fb3

Browse files
committed
Version 1.1.0
1 parent 89c4c36 commit d874fb3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ sudo: false
1414

1515
script:
1616
- haxe test.hxml -D webgl2_no_unsafe
17-
- haxe test.hxml --no-output
17+
- haxe test.hxml

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"tags": ["webgl", "webgl2", "js"],
66
"description": "WebGL 2 externs",
7-
"version": "1.0.0",
8-
"releasenote": "Initial release",
7+
"version": "1.1.0",
8+
"releasenote": "Fix externs, helper function naming uniformization, and add -D webgl2_no_unsafe",
99
"contributors": ["_ibilon"]
1010
}

0 commit comments

Comments
 (0)