Skip to content

Commit

Permalink
chore: bump version to 0.3.39
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanDavlyatshin committed Aug 16, 2022
1 parent 472ca15 commit 1bf3e61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@drill4j/browser-extension",
"version": "0.3.34",
"version": "0.3.39",
"license": "Apache-2.0",
"scripts": {
"build": "set NODE_ENV=development&& webpack",
"start": "NODE_ENV=development webpack --watch",
"start": "set NODE_ENV=development&& webpack --watch",
"typecheck": "tsc --project tsconfig.json --noEmit --skipLibCheck",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --passWithNoTests -c jest.unit.js",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Drill4J Browser Extension",
"version": "0.3.38",
"version": "0.3.39",
"background": {
"page": "background.html",
"persistent": true
Expand Down

0 comments on commit 1bf3e61

Please sign in to comment.