Skip to content

Commit 0664099

Browse files
pkedygithub-actions[bot]
authored andcommitted
v0.2.0 release
1 parent 36baf1e commit 0664099

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apexlang/apex",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Apex language JavaScript support",
55
"keywords": ["apex", "idl", "codegen"],
66
"license": "Apache-2.0",

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apexlang/core",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Apex language JavaScript support",
55
"keywords": ["apex", "idl", "codegen"],
66
"license": "Apache-2.0",

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { setupLogger } from "./src/utils.ts";
2727
import { RunError } from "./src/task.ts";
2828

2929
// Version bump this on release.
30-
const version = "v0.1.2";
30+
const version = "v0.2.0";
3131

3232
// This is necessary so we can modify the argument list.
3333
const args = Array.from(Deno.args);

0 commit comments

Comments
 (0)