Skip to content

Commit 96f566e

Browse files
committed
1..0.3
1 parent 1ef8945 commit 96f566e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
run: |
21-
npm install
21+
npm install
22+
npm rebuild
2223
npm run publish
2324
2425

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nfc-library-electron",
33
"productName": "IUT NFC Library",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "IUT NFC Library driver software",
66
"repository": {
77
"url": "https://github.com/awesomelike/nfc-library-electron"

0 commit comments

Comments
 (0)