Skip to content

Commit

Permalink
tag(v1.1.0-alpha.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
KayBeSee committed Sep 26, 2022
1 parent ef59ec6 commit d554433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Lily Technologies, Inc. <help@lily-wallet.com> (https://lily-wallet.com)",
"description": "Lily is the best way to secure your Bitcoin",
"license": "Custom",
"version": "1.0.8",
"version": "1.1.0-alpha.1",
"private": true,
"main": "./build/main.js",
"homepage": "./",
Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"author": "Lily Technologies, Inc. <help@lily-wallet.com> (https://lily-wallet.com)",
"description": "Lily is the best way to secure your Bitcoin",
"license": "Custom",
"version": "1.0.8",
"version": "1.1.0-alpha.1",
"private": true,
"main": "./dist/main.js",
"homepage": "./",
"proxy": "http://localhost:8080",
"scripts": {
"babel": "babel ./src/**/* -d dist",
"start:dev": "PORT=3001 craco -r @cypress/instrument-cra start",
"start:dev:electron": "env-cmd -f .env.electron craco -r @cypress/instrument-cra start",
"start:dev:umbrel": "env-cmd -f .env.umbrel craco -r @cypress/instrument-cra start",
"start:dev:electron": "TAILWIND_MODE=watch env-cmd -f .env.electron craco -r @cypress/instrument-cra start",
"start:dev:umbrel": "TAILWIND_MODE=watch env-cmd -f .env.umbrel craco -r @cypress/instrument-cra start",
"build:electron": "env-cmd -f .env.electron craco build",
"build:umbrel": "env-cmd -f .env.umbrel craco build",
"test": "craco test --testPathIgnorePatterns src/__tests__/fixtures src/__tests__/mock",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "1.0.8",
"version": "1.1.0-alpha.1",
"name": "lily-monorepo",
"author": "Lily Technologies, Inc. <help@lily-wallet.com> (https://lily-wallet.com)",
"description": "Lily is the best way to secure your Bitcoin",
Expand Down

0 comments on commit d554433

Please sign in to comment.