Skip to content

Commit 0c2c880

Browse files
pkedygithub-actions[bot]
authored andcommitted
v0.2.1 release
1 parent dc30878 commit 0c2c880

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ apex --help
4545
Output:
4646

4747
```console{title="apex help"}
48-
Usage: apex
49-
Version: 0.2.0
48+
Usage: apex
49+
Version: 0.2.1
5050
5151
Description:
5252

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.2.0",
3+
"version": "0.2.1",
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.2.0",
3+
"version": "0.2.1",
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 = "0.2.0";
30+
const version = "0.2.1";
3131

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

0 commit comments

Comments
 (0)