Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Aug 17, 2024
1 parent 684d0dd commit 68792b6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cinematic",
"productName": "Cinematic",
"appId": "com.lacymorrow.cinematic",
"version": "3.0.1",
"version": "3.0.3",
"description": "A simple, powerful media library manager. For Mac, Windows, and Linux.",
"license": "CC-BY-NC-SA-4.0",
"copyright": "Copyright © Lacy Morrow",
Expand Down Expand Up @@ -56,7 +56,8 @@
"start:renderer": "cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack serve --config ./.erb/configs/webpack.config.renderer.dev.ts",
"test": "jest",
"analyze": "ANALYZE=true npm run build",
"debug-prod": "npx cross-env DEBUG_PROD=true npm run package"
"debug-prod": "npx cross-env DEBUG_PROD=true npm run package",
"version-bump": "node .erb/scripts/version-bump.js"
},
"browserslist": [
"extends browserslist-config-erb"
Expand Down Expand Up @@ -367,4 +368,4 @@
"optionalDependencies": {
"dmg-license": "^1.0.11"
}
}
}
46 changes: 23 additions & 23 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "cinematic",
"version": "3.0.1",
"description": "A desktop browser for your media library.",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://lacymorrow.github.io/cinematic",
"author": {
"name": "Lacy Morrow",
"email": "[email protected]",
"url": "https://github.com/lacymorrow/cinematic"
},
"bugs": {
"url": "https://github.com/lacymorrow/cinematic/issues",
"email": "[email protected]"
},
"main": "./dist/main/main.js",
"scripts": {
"rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
"postinstall": "npm run rebuild && npm run link-modules",
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts"
},
"dependencies": {
"@aptabase/electron": "^0.3.1"
}
"name": "cinematic",
"version": "3.0.3",
"description": "A desktop browser for your media library.",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://lacymorrow.github.io/cinematic",
"author": {
"name": "Lacy Morrow",
"email": "[email protected]",
"url": "https://github.com/lacymorrow/cinematic"
},
"bugs": {
"url": "https://github.com/lacymorrow/cinematic/issues",
"email": "[email protected]"
},
"main": "./dist/main/main.js",
"scripts": {
"rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
"postinstall": "npm run rebuild && npm run link-modules",
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts"
},
"dependencies": {
"@aptabase/electron": "^0.3.1"
}
}

0 comments on commit 68792b6

Please sign in to comment.