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

index 171785531a1d020bff1b7072e87cb1f34ddc5c50..a38e0998a85cd80b764f1e8b1f6ffeeaa81ae248 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.3</version>
+        <version>2.19.4</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 4ce604364fcfcbf32b6128206cfd93229e13e578..d9c3b778dce67adb57bb9d7f74c8b1df5a112c48 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "moment",
-  "version": "2.19.3",
+  "version": "2.19.4",
   "main": "moment.js",
   "description": "Parse, validate, manipulate, and display dates in JavaScript.",
   "files": [
index 0b8b4e0af703ff39e31b889cba8ceca6dd044b46..922d35cc41e8c9bc447297541ab2598c14398fa2 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.3',
+  version: '2.19.4',
   git: 'https://github.com/moment/moment.git'
 });
 
index 46d33111d1fef7d004ecf1cf0e8558b41752ad33..372efa7f1654829c023beaad6eb99f42aba73af4 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "moment",
-    "version": "2.19.3",
+    "version": "2.19.4",
     "description": "Parse, validate, manipulate, and display dates",
     "homepage": "http://momentjs.com",
     "author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)",
index 2b78152f01b211f85d322fc36e8ee673c584b1ac..c023962883f362320bff32975c7b9e6a46d2eddc 100644 (file)
@@ -1,12 +1,12 @@
 //! moment.js
-//! version : 2.19.3
+//! version : 2.19.4
 //! 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.3';
+moment.version = '2.19.4';
 
 import {
     min,