Skip to content

Commit

Permalink
bump to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedp committed Nov 18, 2022
1 parent b4fbdcb commit 454b49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "tablo-tools",
"description": "see release/app",
"main": "./src/main/main.ts",
"version": "0.3.8-beta.1",
"version": "0.3.8",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tablo-tools",
"version": "0.3.8-beta.1",
"version": "0.3.8",
"productName": "tablo-tools",
"description": "Tools to Bulk Delete and Export from your Tablo DVR",
"license": "MIT",
Expand Down

0 comments on commit 454b49b

Please sign in to comment.