Skip to content

Commit 358185a

Browse files
committed
version bump
1 parent 91e8d72 commit 358185a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![FrozenJS Logo](https://secure.gravatar.com/avatar/272e5230cf45370ed751878105330f3c?s=200)
2-
Frozen <sup>v0.4.2</sup>
2+
Frozen <sup>v0.4.3</sup>
33
========================
44
[![build status](https://secure.travis-ci.org/iceddev/frozen.png?branch=master)](http://travis-ci.org/iceddev/frozen)
55

@@ -128,6 +128,12 @@ Use `volo add` to get all the library dependencies
128128

129129
## Release Notes
130130

131+
### <sup>v0.4.3</sup>
132+
133+
__Bug Fixes__
134+
135+
* Updated to the newest WebAudio spec
136+
131137
### <sup>v0.4.2</sup>
132138

133139
__Breaking Changes__

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frozen",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"main": "src/GameCore.js",
55
"ignore": [
66
".gitignore",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frozen",
33
"description": "Frozen is an open-source HTML5 game engine delivering ease-of-use, rapid development through tooling and modularity.",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"devDependencies": {
66
"grunt": "~0.4.1",
77
"grunt-dojo": "~0.2.3",

0 commit comments

Comments
 (0)