Skip to content

Commit

Permalink
feat: remove dev from package version (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Oct 12, 2022
1 parent d1e404b commit 7edd5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ipld/unixfs",
"description": "An implementation of the UnixFS in JavaScript designed for use with multiformats",
"version": "1.1.0-dev",
"version": "1.1.0",
"files": [
"src",
"gen",
Expand Down

0 comments on commit 7edd5c0

Please sign in to comment.