Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
poef committed Feb 20, 2024
1 parent 2ff7409 commit ac6afc2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muze-nl/jsontag",
"version": "0.9.0",
"version": "0.9.1",
"description": "tagged json library",
"type": "module",
"main": "src/JSONTag.mjs",
Expand Down Expand Up @@ -42,5 +42,11 @@
},
"parcelIgnore": [
"node:crypto"
],
"files": [
"README.md",
"LICENSE",
"src/",
"dist/"
]
}

0 comments on commit ac6afc2

Please sign in to comment.