Skip to content

Commit

Permalink
version bump to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Aug 16, 2022
1 parent 15fceb5 commit 43e60f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "writr",
"version": "1.8.9",
"version": "1.9.0",
"description": "A Simple to Use Markdown Blog",
"main": "./dist/index",
"types": "./dist/index",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/jaredwray/writr.git",
"author": "Jared Wray <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 43e60f2

Please sign in to comment.