Skip to content

Commit

Permalink
Bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woofers committed Mar 25, 2019
1 parent 56c7cb3 commit 9f7e2b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<meta title="Whale"
description="Dodge eels and lobsters as they attempt to ruin your day in the sea."
package="com.jaxson.whale" version="1.1.0" company="Jaxson Van Doorn" />
package="com.jaxson.whale" version="1.1.1" company="Jaxson Van Doorn" />

<app title="Whale" file="Whale" main="Main" version="1.1.0" company="Jaxson Van Doorn" />
<app title="Whale" file="Whale" main="Main" version="1.1.1" company="Jaxson Van Doorn" />

<!--The flixel preloader is not accurate in Chrome. You can use it regularly if you embed the swf into a html file
<!--or you can set the actual size of your file manually at "FlxPreloaderBase-onUpdate-bytesTotal"!-->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whale-dive",
"version": "1.1.0",
"version": "1.1.1",
"description": "Dodge eels and lobsters as they attempt to ruin your day in the sea",
"main": "dist/Whale.js",
"files": [
Expand Down

0 comments on commit 9f7e2b3

Please sign in to comment.