Skip to content

Commit

Permalink
Bump version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Jul 31, 2014
1 parent 3283fa9 commit 1710947
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment",
"version": "2.7.0",
"version": "2.8.0",
"main": "moment.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment",
"version": "2.7.0",
"version": "2.8.0",
"main": "moment.js",
"description": "Parse, validate, manipulate, and display dates in javascript.",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions moment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment.js
//! version : 2.7.0
//! version : 2.8.0
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Expand All @@ -10,7 +10,7 @@
************************************/

var moment,
VERSION = '2.7.0',
VERSION = '2.8.0',
// the global-scope this is NOT the global object in Node.js
globalScope = typeof global !== 'undefined' ? global : this,
oldGlobalMoment,
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": "moment",
"version": "2.7.0",
"version": "2.8.0",
"description": "Parse, manipulate, and display dates.",
"homepage": "http://momentjs.com",
"author": "Iskren Ivov Chernev <[email protected]> (https://github.com/ichernev)",
Expand Down

0 comments on commit 1710947

Please sign in to comment.