Skip to content

Commit

Permalink
🔖 release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd1434 committed Feb 16, 2022
1 parent 9e8ea5a commit a0e18f4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matex",
"version": "1.1.1",
"version": "1.2.0",
"description": "a toolbox app",
"private": true,
"author": "lqd1434",
Expand Down
27 changes: 26 additions & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
{"name":"matex","version":"1.1.1","description":"Matex application","license":"ISC","homepage":".","main":"./dist/main/main.js","author":"lqd1434","scripts":{"postinstall":"electron-builder install-app-deps"},"devDependencies":{"electron":"16.0.8","electron-builder":"22.14.5"},"dependencies":{"entities":"^3.0.1","dotenv":"^14.2.0","winston":"^3.3.3","signale":"^1.4.0","@sentry/electron":"^2.5.4","dayjs":"^1.10.7","filesize":"^8.0.7","matexhttp":"^1.0.2"}}
{
"name": "matex",
"version": "1.2.0",
"description": "Matex application",
"license": "MIT",
"homepage": ".",
"main": "./dist/main/main.js",
"author": "lqd1434",
"scripts": {
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"electron": "16.0.8",
"electron-builder": "22.14.5"
},
"dependencies": {
"entities": "^3.0.1",
"dotenv": "^14.2.0",
"winston": "^3.3.3",
"signale": "^1.4.0",
"@sentry/electron": "^2.5.4",
"dayjs": "^1.10.7",
"matexhttp": "^1.0.5",
"filesize": "^8.0.7"
}
}

0 comments on commit a0e18f4

Please sign in to comment.