diff --git a/app/package.json b/app/package.json index 43d8df6e..395c5649 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "thedesk", - "version": "18.9.2", + "version": "18.10.0", "description": "TheDesk is a Mastodon client for PC.", "repository": "https://github.com/cutls/TheDesk", "main": "main.js", diff --git a/app/view/make/make.js b/app/view/make/make.js index 08757416..f9d48a3f 100644 --- a/app/view/make/make.js +++ b/app/view/make/make.js @@ -1,5 +1,5 @@ const fs = require("fs") -let ver = "Usamin (18.9.2)" +let ver = "Usamin (18.10.0)" const execSync = require('child_process').execSync; let gitHash = execSync("git rev-parse HEAD").toString().trim() fs.writeFileSync("../../git", gitHash)