diff --git a/bower.json b/bower.json index b5f373f0..886f43d3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "rsvp.js", - "version": "3.0.12", + "version": "3.0.13", "homepage": "https://github.com/tildeio/rsvp.js", "authors": [ "Stefan Penner " @@ -23,4 +23,4 @@ "mocha": "~1.21.4", "json3": "~3.3.2" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index eaaaa0de..3892a186 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rsvp", "namespace": "RSVP", - "version": "3.0.12", + "version": "3.0.13", "description": "A lightweight library that provides tools for organizing asynchronous code", "main": "dist/rsvp.js", "directories": { @@ -55,4 +55,4 @@ ], "author": "Tilde, Inc. & Stefan Penner", "license": "MIT" -} +} \ No newline at end of file