From 5d6e7bbe562799d27500f8ff633e11e608faed73 Mon Sep 17 00:00:00 2001 From: eshmeshek Date: Sat, 14 Mar 2026 17:44:23 +0300 Subject: [PATCH] Bump version to 1.1.0 Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();