Skip to content

Commit

Permalink
fix supported Haxe version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shohei909 committed Nov 27, 2016
1 parent c556ca0 commit 2f3f355
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions TweenX.hxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<movie minorVersion="0" />
<movie platform="hxml" />
<movie background="FFFFFF" />
<movie preferredSDK="Haxe 3.2.1;3.2.1;" />
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
Expand Down
6 changes: 3 additions & 3 deletions src/tweenx/haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"license": "MIT",
"tags": ["flash", "cpp", "js", "neko", "tween"],
"description": "crossplatform tween library",
"version": "1.0.0",
"releasenote": "major version update",
"version": "1.0.1",
"releasenote": "fix for Haxe 3.2.1",
"contributors": ["shohei909"],
"dependencies": {
"tweenxcore": "1.0.0"
"tweenxcore": "1.0.1"
}
}
1 change: 1 addition & 0 deletions test/TweenXCoreTest.hxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<movie minorVersion="0" />
<movie platform="hxml" />
<movie background="#FFFFFF" />
<movie preferredSDK="Haxe 3.2.1;3.2.1;" />
</output>
<!-- Other classes to be compiled into your SWF -->
<classpaths>
Expand Down
4 changes: 2 additions & 2 deletions website/core/custom/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/core/en.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ MIT License

=== Haxe version

http://haxe.org/[Haxe] 3.1.3 or later is supported.
http://haxe.org/[Haxe] 3.2.1 or later is supported.


=== Installation
Expand Down
2 changes: 1 addition & 1 deletion website/core/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ MITライセンスですので、商用、非商用、個人、法人を問わ

=== Haxeバージョン

http://haxe.org/[Haxe]の3.1.3以降をサポートしています
http://haxe.org/[Haxe]の3.2.1以降をサポートしています


=== インストール
Expand Down
2 changes: 1 addition & 1 deletion website/en.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The installed libraries can be used by compiling with flags of `-lib tweenx` and

== Haxe version

The version 1.0 of TweenX supports Haxe 3.1.3 or later.
The version 1.0 of TweenX supports Haxe 3.2.1 or later.

== Tutorial

Expand Down
2 changes: 1 addition & 1 deletion website/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ haxelib install tweenx

== Haxeバージョン

TweenXの最新バージョン(1.0)でのサポート対象Haxe 3.1.3以降です
TweenXの最新バージョン(1.0)でのサポート対象Haxe 3.2.1以降です

== チュートリアル

Expand Down

0 comments on commit 2f3f355

Please sign in to comment.