Skip to content

Commit b1fee58

Browse files
committed
bump to 3.2.1
1 parent 5ab3bf6 commit b1fee58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luxon",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Immutable date wrapper",
55
"author": "Isaac Cambron",
66
"keywords": [

src/luxon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import InvalidZone from "./zones/invalidZone.js";
99
import SystemZone from "./zones/systemZone.js";
1010
import Settings from "./settings.js";
1111

12-
const VERSION = "3.2.0";
12+
const VERSION = "3.2.1";
1313

1414
export {
1515
VERSION,

0 commit comments

Comments
 (0)