Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed May 27, 2020
1 parent 575f4d5 commit 46043ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omniawrite",
"version": "1.0.3",
"version": "1.0.4",
"main": "./src/electron.js",
"author": {
"name": "OmniaWrite",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Sentry.init({ dsn: "https://[email protected]/2319182"
const app = new App({
target: document.body,
props: {
version: "1.0.0"
version: "1.0.4"
}
});

Expand Down

1 comment on commit 46043ee

@vercel
Copy link

@vercel vercel bot commented on 46043ee May 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.