Skip to content

Commit

Permalink
bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbutler committed Jan 26, 2020
1 parent 701a772 commit 7e7caae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/epanet-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@model-create/epanet-engine",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"main": "dist/index.js",
"module": "dist/index.es6.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/epanet-js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"doc": "tsdx build && yarn api-extractor run --local --verbose && mv ./temp/epanet-js.api.json ./input/ && yarn api-documenter markdown"
},
"dependencies": {
"@model-create/epanet-engine": "0.2.0"
"@model-create/epanet-engine": "0.3.0"
},
"peerDependencies": {},
"husky": {
Expand Down

0 comments on commit 7e7caae

Please sign in to comment.