diff --git a/package.json b/package.json index 1c950a6..8f88b4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kisync", - "version": "1.0.0", + "version": "1.1.0", "description": "CLI tool for syncing local folders with KIS API Builder", "main": "dist/index.js", "bin": { diff --git a/src/index.ts b/src/index.ts index 7e8677a..5a1a46d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import { pushCommand } from './commands/push'; import { statusCommand } from './commands/status'; import { updateCommand, updateApplyCommand, checkForUpdateBackground } from './commands/update'; -const VERSION = '1.0.0'; +const VERSION = '1.1.0'; const program = new Command();