Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Feb 25, 2023
1 parent 9c8930d commit deb9b00
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kduma-autoid/capacitor-sunmi-uhf",
"version": "0.0.4",
"version": "1.0.0",
"description": "Binding for Sunmi's UHF module SDK",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand All @@ -24,7 +24,11 @@
"keywords": [
"capacitor",
"plugin",
"native"
"native",
"sunmi",
"uhf",
"rfid",
"autoid"
],
"scripts": {
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
Expand Down Expand Up @@ -57,7 +61,6 @@
"@capacitor/core": "^4.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
"eslintConfig": {
"extends": "@ionic/eslint-config/recommended"
},
Expand Down

0 comments on commit deb9b00

Please sign in to comment.