Skip to content

Commit

Permalink
chore: bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyburke committed Sep 29, 2021
1 parent 68425a1 commit 7d0d631
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "cookiejar",
"version": "2.1.2",
"version": "2.1.3",
"author": {
"name": "bradleymeck"
},
"main": "cookiejar.js",
"description": "simple persistent cookiejar system",
"files": ["cookiejar.js"],
"files": [
"cookiejar.js"
],
"license": "MIT",
"jshintConfig": {
"node": true
Expand Down

0 comments on commit 7d0d631

Please sign in to comment.