Skip to content

Commit

Permalink
feat(website): update downloadable installer version
Browse files Browse the repository at this point in the history
  • Loading branch information
roldanjr committed Sep 17, 2020
1 parent c79279b commit cd1b1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const APP_NAME = "Pomatez";

const APP_VERSION = "v1.0.0";
const APP_VERSION = "v1.1.0";

const INSTALLER = `https://github.com/roldanjr/pomatez/releases/download/${APP_VERSION}/Pomatez-${APP_VERSION}`;

Expand Down

0 comments on commit cd1b1cd

Please sign in to comment.