Bump version to 1.1.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-14 17:44:23 +03:00
parent 0ad43a6981
commit 5d6e7bbe56
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "kisync", "name": "kisync",
"version": "1.0.0", "version": "1.1.0",
"description": "CLI tool for syncing local folders with KIS API Builder", "description": "CLI tool for syncing local folders with KIS API Builder",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {

View File

@@ -8,7 +8,7 @@ import { pushCommand } from './commands/push';
import { statusCommand } from './commands/status'; import { statusCommand } from './commands/status';
import { updateCommand, updateApplyCommand, checkForUpdateBackground } from './commands/update'; import { updateCommand, updateApplyCommand, checkForUpdateBackground } from './commands/update';
const VERSION = '1.0.0'; const VERSION = '1.1.0';
const program = new Command(); const program = new Command();