Skip to content

Commit

Permalink
* v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yar3333 committed May 18, 2024
1 parent cfe2628 commit 004215c
Show file tree
Hide file tree
Showing 5 changed files with 10,278 additions and 5 deletions.
4 changes: 2 additions & 2 deletions engine/nanofl/engine/Version.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ using stdlib.Lambda;

class Version
{
public static var ide(default, null) = "5.1.0";
public static var player(default, null) = "5.1.0";
public static var ide(default, null) = "5.1.1";
public static var player(default, null) = "5.1.1";
public static var document(default, null) = "2.4.0";

public static function compare(v1:String, v2:String) : Int
Expand Down
2 changes: 1 addition & 1 deletion ide/bin/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</script>
<!-- NANOFL_END_THREE -->
<script defer src="https://code.createjs.com/1.0.0/easeljs.js"></script>
<script defer src="https://cdn.statically.io/gh/yar3333/nanofl/master/ide/bin/templates/scripts/nanofl-5.0.0.js"></script>
<script defer src="https://cdn.statically.io/gh/yar3333/nanofl/master/ide/bin/templates/scripts/nanofl-{playerVersion}.js"></script>
<script defer src="library.js"></script>
<script defer src="texture-atlases.js"></script>
<script defer src="scripts/application.js"></script>
Expand Down
Loading

0 comments on commit 004215c

Please sign in to comment.