Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acathur committed Jun 13, 2020
1 parent e720a31 commit a9a0dff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "store",
"version": "1.0.1",
"description": "A key-value store that persists on disk for Deno.",
"main": "mod.ts",
"repository": "https://github.com/acathur/store",
"author": "acathur",
"license": "MIT",
"permissions": {
"read": true,
"write": true
}
}

0 comments on commit a9a0dff

Please sign in to comment.