Bump version to 1.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user