From bd5985f07e19460fbdf5213f98bef0ad1e5e0762 Mon Sep 17 00:00:00 2001 From: Nikita <61884745+dakln@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:02:00 +0500 Subject: [PATCH] Switch to version 1.2.0 --- cli.ts | 2 +- deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli.ts b/cli.ts index 12c4013..91ee5f5 100644 --- a/cli.ts +++ b/cli.ts @@ -4,7 +4,7 @@ import { Colors } from "./deps.ts"; import { buildAddon } from "./cli/main.ts"; import type { AddonType } from "./lib/common.ts"; -const VERSION = '1.1.4' +const VERSION = '1.2.0' type LostCommand = 'none' | 'help' | 'version' | 'build' | 'create' | 'serve' | 'convert-sdk2'; diff --git a/deno.json b/deno.json index 96787f2..a0c9759 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@lost-c3/lib", - "version": "1.1.4", + "version": "1.2.0", "exports": { ".": "./mod.ts", "./cli": "./cli.ts"