This commit is contained in:
cupcakearmy 2021-04-17 14:49:29 +02:00
parent 7629626ae0
commit 8f7513b103
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
## 0.27
## 0.30
- fix locking issue
- prepare for new updates

View File

@ -38,9 +38,9 @@ export async function upgrade() {
chmodSync(to, 0o755)
} else {
w.appendLn('Newer major version available, will not install automatically.')
w.done('Newer major version available, will not install automatically.\nDownload: https://github.com/cupcakearmy/autorestic')
return
}
}
w.done('All up to date! 🚀')
}

View File

@ -17,7 +17,7 @@ import install from './handlers/install'
import { uninstall } from './handlers/uninstall'
import { upgrade } from './handlers/upgrade'
export const VERSION = '0.29'
export const VERSION = '0.30'
export const INSTALL_DIR = '/usr/local/bin'
let requireConfig: boolean = true