pull/44/head
cupcakearmy 4 years ago
parent 7629626ae0
commit 8f7513b103
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

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

@ -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! 🚀')
}

@ -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

Loading…
Cancel
Save