Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Moved gulpfile to version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurizio Turatti committed Apr 8, 2016
1 parent ab77b17 commit bbf94f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-restheart",
"main": "dist/angular-restheart.min.js",
"version": "1.2.4",
"version": "1.2.5",
"homepage": "https://github.com/SoftInstigate/angular-restheart",
"authors": [
"SoftInstigate"
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* then run the 'gulp build' task to update both bower.json and package.json
* See the README.md file for more information.
*/
var VERSION = '1.2.4';
var VERSION = '1.2.5';

var gulp = require('gulp'),
del = require('del'),
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": "angular-restheart",
"version": "1.2.4",
"version": "1.2.5",
"description": "AngularJs module to handle RESTHeart API properly and easily",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit bbf94f8

Please sign in to comment.