Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagargurtu committed Aug 11, 2019
1 parent 339bf8e commit 74060bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lector",
"version": "1.0.0",
"version": "1.1.0",
"productName": "Lector",
"description": "A simple PDF Reader",
"main": "src/js/main.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"appId": "lector",
"productName": "Lector",
"copyright": "Copyright (c) 2019 Sagar Gurtu",
"buildVersion": "1.0.0",
"buildVersion": "1.1.0",
"win": {
"target": "NSIS",
"icon": "./src/assets/icons/win/icon.ico",
Expand Down
2 changes: 1 addition & 1 deletion src/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div id='label'>Lector</div>
<div id='description'>A simple PDF reader</div>
<div id='stats'>
<div>Version: 1.0.0</div>
<div>Version: 1.1.0</div>
<div>Author: Sagar Gurtu</div>
</div>
</div>
Expand Down

0 comments on commit 74060bf

Please sign in to comment.