Skip to content

Commit

Permalink
Release version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pklauzinski committed Aug 26, 2016
1 parent 989f7bc commit 19018da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function(grunt) {
*/
bump: {
options: {
files: ['package.json', 'bower.json'],
files: ['package.json'],
updateConfigs: ['pkg'],
commit: true,
commitMessage: 'Release version %VERSION%',
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": "payloadjs",
"version": "0.4.4",
"version": "0.4.3",
"description": "Payload.js is a javascript single page application (SPA) driver designed to interact intuitively with REST APIs from within web and mobile apps.",
"main": "payload.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion payload.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright 2015-2016, Philip Klauzinski
* @license Released under the MIT license (http://www.opensource.org/licenses/mit-license.php)
* @author Philip Klauzinski (http://webtopian.com)
* @version 0.5.0
* @version 0.4.3
* @requires jQuery v1.7+
* @preserve
*/
Expand Down

0 comments on commit 19018da

Please sign in to comment.