TheDesk 20.1.2 (Kawaii)
This commit is contained in:
parent
56fe5e6345
commit
a235e536da
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "thedesk",
|
||||
"version": "20.1.1",
|
||||
"version": "20.1.2",
|
||||
"description": "TheDesk is a Mastodon client for PC.",
|
||||
"repository": "https://github.com/cutls/TheDesk",
|
||||
"main": "main.js",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
|||
let ver = '20.1.1 (Kawaii)'
|
||||
let ver = '20.1.2 (Kawaii)'
|
||||
if (process.argv.indexOf('--automatic') === -1) {
|
||||
let input = require('readline-sync').question('version string [empty: ' + ver + ' (default)]? ')
|
||||
if (input) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user