]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Bump version to 2.20.0
authorKunal Marwaha <marwahaha@berkeley.edu>
Sun, 17 Dec 2017 01:08:11 +0000 (20:08 -0500)
committerKunal Marwaha <marwahaha@berkeley.edu>
Sun, 17 Dec 2017 01:08:11 +0000 (20:08 -0500)
Moment.js.nuspec
component.json
meteor/package.js
package.json
src/moment.js

index bee56056ca7faffe535d5e7f25c276a165efbfd2..0d69f920370de9fc8bb5e51d6bd01385d2b92a66 100644 (file)
@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
     <metadata>
         <id>Moment.js</id>
-        <version>2.19.4</version>
+        <version>2.20.0</version>
         <authors>Tim Wood, Iskren Chernev, Moment.js contributors</authors>
         <owners>Cory Deppen, Iskren Chernev</owners>
         <description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>
index d4e0e907c1b6260915095eaed0430733893f847f..abf965a79f2855a596d866a15491722e94d00afe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "moment",
-  "version": "2.19.4",
+  "version": "2.20.0",
   "main": "moment.js",
   "description": "Parse, validate, manipulate, and display dates in JavaScript.",
   "files": [
index 922d35cc41e8c9bc447297541ab2598c14398fa2..530b53ce2f2ae1fa6faa1c22fe8f00516cf8ec58 100644 (file)
@@ -6,7 +6,7 @@ var packageName = 'momentjs:moment';  // https://atmospherejs.com/momentjs/momen
 Package.describe({
   name: packageName,
   summary: 'Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging',
-  version: '2.19.4',
+  version: '2.20.0',
   git: 'https://github.com/moment/moment.git'
 });
 
index 372efa7f1654829c023beaad6eb99f42aba73af4..76fe3d6e8903a5875fe08db2bd940b50d9ef8269 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "moment",
-    "version": "2.19.4",
+    "version": "2.20.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 1f97597bf2d6de52583fcc059bcb45af5d2c1f28..7d7c6ed0078868e2700cbe8a92c3cbd302738d0f 100644 (file)
@@ -1,12 +1,12 @@
 //! moment.js
-//! version : 2.19.4
+//! version : 2.20.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.19.4';
+moment.version = '2.20.0';
 
 import {
     min,