Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dado3212 committed Jul 9, 2024
1 parent 0302c01 commit 7cb7404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "books-annotations",
"version": "1.1.1",
"version": "1.2.0",
"description": "An app for viewing and extracting annotations and highlights and notes from the Books app",
"main": "js/main.js",
"scripts": {
"start": "electron .",
"test1": "BOOKS_ANNOTATIONS_ENV=test1 electron .",
"test2": "BOOKS_ANNOTATIONS_ENV=test2 electron .",
"test3": "BOOKS_ANNOTATIONS_ENV=test3 electron .",
"build": "electron-packager . 'Books Annotations' --overwrite --platform=darwin --icon=assets/icon.icns --ignore=images --prune --out=release-builds --app-bundle-id=\"com.alexbeals.BooksAnnotations\" --app-version=\"1.1.1\" --build-version=\"1.1.1\" --osx-sign"
"build": "electron-packager . 'Books Annotations' --overwrite --platform=darwin --icon=assets/icon.icns --ignore=\"test-files/.*|release-builds/.*\" --prune --out=release-builds --app-bundle-id=\"com.alexbeals.BooksAnnotations\" --app-version=\"1.2.0\" --build-version=\"1.2.0\" --osx-sign"
},
"author": "Alex Beals",
"repository": "https://github.com/dado3212/books-annotations",
Expand Down

0 comments on commit 7cb7404

Please sign in to comment.