Skip to content

Commit 845278a

Browse files
pkedygithub-actions[bot]
authored andcommitted
v0.2.2 release
1 parent c1d9f54 commit 845278a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Output:
4646

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

jsr.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.1",
3+
"version": "0.2.2",
44
"description": "Apex is a scaffolding, code generation, and task runner for all projects across all languages.",
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.1";
30+
const version = "0.2.2";
3131

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

0 commit comments

Comments
 (0)