Skip to content

Commit

Permalink
release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Aug 2, 2023
1 parent 5beaa99 commit 80d7253
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "folio",
"version": "0.9.2",
"version": "0.9.3",
"description": "A minimalistic digital whiteboard for sketching and prototyping",
"private": true,
"homepage": "https://www.josemi.xyz/folio",
Expand All @@ -10,8 +10,7 @@
"scripts": {
"build": "yarn clean && yarn build:demo",
"build:demo": "cross-env NODE_ENV=production webpack build",
"serve": "yarn clean && yarn start:demo",
"start:demo": "webpack serve",
"dev": "yarn clean && webpack serve",
"clean": "rm -rf ./www",
"test": "jest"
},
Expand Down

0 comments on commit 80d7253

Please sign in to comment.