Skip to content

Commit

Permalink
Switch to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dakln committed Oct 30, 2024
1 parent 0f34d74 commit bd5985f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lost-c3/lib",
"version": "1.1.4",
"version": "1.2.0",
"exports": {
".": "./mod.ts",
"./cli": "./cli.ts"
Expand Down

0 comments on commit bd5985f

Please sign in to comment.