Skip to content

Commit

Permalink
Bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Nov 8, 2021
1 parent 1d43d46 commit f94c9f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luxon",
"version": "2.1.0",
"version": "2.1.1",
"description": "Immutable date wrapper",
"author": "Isaac Cambron",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/luxon.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import InvalidZone from "./zones/invalidZone.js";
import SystemZone from "./zones/systemZone.js";
import Settings from "./settings.js";

const VERSION = "2.1.0";
const VERSION = "2.1.1";

export {
VERSION,
Expand Down

0 comments on commit f94c9f0

Please sign in to comment.