Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolomej committed Nov 14, 2023
1 parent 95dfa48 commit b909472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflowser/electron",
"version": "3.0.1",
"version": "3.1.1",
"description": "Supercharged development on Flow blockchain ⚡",
"keywords": [
"flow-blockchain",
Expand Down Expand Up @@ -36,6 +36,7 @@
"lint": "cross-env NODE_ENV=development eslint . --ext .js,.jsx,.ts,.tsx",
"package": "ts-node ./.erb/scripts/clean.js dist && npm run build && electron-builder build --publish never && npm run build:dll",
"package:all": "ts-node ./.erb/scripts/clean.js dist && npm run build && electron-builder build --linux --mac --win --publish never && npm run build:dll",
"package:linux": "ts-node ./.erb/scripts/clean.js dist && npm run build && electron-builder build --linux --publish never && npm run build:dll",
"rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir release/app",
"dev": "npm run start",
"start": "ts-node ./.erb/scripts/check-port-in-use.js && npm run start:renderer",
Expand Down
2 changes: 1 addition & 1 deletion apps/electron/release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowser",
"version": "3.1.0",
"version": "3.1.1",
"description": "Supercharged development on Flow blockchain ⚡",
"license": "MIT",
"author": {
Expand Down

0 comments on commit b909472

Please sign in to comment.