]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Bump version to 2.20.1
authorKunal Marwaha <marwahaha@berkeley.edu>
Tue, 19 Dec 2017 04:35:17 +0000 (23:35 -0500)
committerKunal Marwaha <marwahaha@berkeley.edu>
Tue, 19 Dec 2017 04:35:17 +0000 (23:35 -0500)
Moment.js.nuspec
component.json
meteor/package.js
package.json
src/moment.js

index 08b491a8de8d427dabd47952b53ab30b7e475f93..04e475c147df3d4e909b351a1620cfd62f673583 100644 (file)
@@ -2,7 +2,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
     <metadata>
         <id>Moment.js</id>
-        <version>2.20.0</version>
+        <version>2.20.1</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 abf965a79f2855a596d866a15491722e94d00afe..74b8c4dfd21c6a725846cb81fd3ad488d2586885 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "moment",
-  "version": "2.20.0",
+  "version": "2.20.1",
   "main": "moment.js",
   "description": "Parse, validate, manipulate, and display dates in JavaScript.",
   "files": [
index 530b53ce2f2ae1fa6faa1c22fe8f00516cf8ec58..38b4566b7a78afd65075c8f7a0ab0200c31a2a08 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.20.0',
+  version: '2.20.1',
   git: 'https://github.com/moment/moment.git'
 });
 
index 76fe3d6e8903a5875fe08db2bd940b50d9ef8269..5573ab37b70c18c5bfb3ebc60de7e2c9cf26fec4 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "moment",
-    "version": "2.20.0",
+    "version": "2.20.1",
     "description": "Parse, validate, manipulate, and display dates",
     "homepage": "http://momentjs.com",
     "author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)",
index 7d7c6ed0078868e2700cbe8a92c3cbd302738d0f..9fa12671d51064f92da80c1a7a48eea199a2670d 100644 (file)
@@ -1,12 +1,12 @@
 //! moment.js
-//! version : 2.20.0
+//! version : 2.20.1
 //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
 //! license : MIT
 //! momentjs.com
 
 import { hooks as moment, setHookCallback } from './lib/utils/hooks';
 
-moment.version = '2.20.0';
+moment.version = '2.20.1';
 
 import {
     min,