]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Bump version to 2.13.0
authorIskren Chernev <iskren.chernev@gmail.com>
Mon, 18 Apr 2016 07:24:39 +0000 (00:24 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 18 Apr 2016 07:24:39 +0000 (00:24 -0700)
Moment.js.nuspec
component.json
package.json
src/moment.js

index 7870f5d463884222f3af1ce49bab330834c76ca0..0ab4b48a6747688ed0e86cf18cff8b2dfc0da21f 100644 (file)
@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
     <metadata>
         <id>Moment.js</id>
-        <version>2.12.0</version>
+        <version>2.13.0</version>
         <authors>Tim Wood</authors>
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight javascript date library for parsing, manipulating, and formatting dates.</description>
index 6591b0da7f4ea7e70e933ad80330b1e46a0e3e6f..e876cc7b66a6421f2612281a80efa1068653fcad 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "moment",
-  "version": "2.12.0",
+  "version": "2.13.0",
   "main": "moment.js",
   "description": "Parse, validate, manipulate, and display dates in JavaScript.",
   "files": [
index 7073b28f416367502cf29c4b04cec0c7dd32c6fb..24f7f0c5462d01ff593f8828eaa395da0e99ef56 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "moment",
-    "version": "2.12.0",
+    "version": "2.13.0",
     "description": "Parse, validate, manipulate, and display dates",
     "homepage": "http://momentjs.com",
     "author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)",
index 04293299d1e0a2f171f82fc1ddb04cf8510cc63d..ebe17525a82c0333cddf541c512fbb541a165a60 100644 (file)
@@ -1,12 +1,12 @@
 //! moment.js
-//! version : 2.12.0
+//! version : 2.13.0
 //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
 //! license : MIT
 //! momentjs.com
 
 import { hooks as moment, setHookCallback } from './lib/utils/hooks';
 
-moment.version = '2.12.0';
+moment.version = '2.13.0';
 
 import {
     min,