Skip to content

Commit f2006b6

Browse files
committed
Bump version to 2.24.4
1 parent 536ad0c commit f2006b6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Moment.js.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Moment.js</id>
5-
<version>2.29.3</version>
5+
<version>2.29.4</version>
66
<authors>Tim Wood, Iskren Chernev, Moment.js contributors</authors>
77
<owners>Cory Deppen, Iskren Chernev</owners>
88
<description>A lightweight JavaScript date library for parsing, manipulating, and formatting dates.</description>

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment",
3-
"version": "2.29.3",
3+
"version": "2.29.4",
44
"main": "moment.js",
55
"description": "Parse, validate, manipulate, and display dates in JavaScript.",
66
"files": [

meteor/package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var packageName = 'momentjs:moment'; // https://atmospherejs.com/momentjs/momen
66
Package.describe({
77
name: packageName,
88
summary: 'Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging',
9-
version: '2.29.3',
9+
version: '2.29.4',
1010
git: 'https://github.com/moment/moment.git'
1111
});
1212

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment",
3-
"version": "2.29.3",
3+
"version": "2.29.4",
44
"description": "Parse, validate, manipulate, and display dates",
55
"homepage": "https://momentjs.com",
66
"author": "Iskren Ivov Chernev <iskren.chernev@gmail.com> (https://github.com/ichernev)",

src/moment.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//! moment.js
2-
//! version : 2.29.3
2+
//! version : 2.29.4
33
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
44
//! license : MIT
55
//! momentjs.com
66

77
import { hooks as moment, setHookCallback } from './lib/utils/hooks';
88

9-
moment.version = '2.29.3';
9+
moment.version = '2.29.4';
1010

1111
import {
1212
min,

0 commit comments

Comments
 (0)