Skip to content

Commit a72fa9b

Browse files
committed
bump release version
1 parent 113f99a commit a72fa9b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document is a **language tour**, not a full specification. It is meant to give you a
44
solid feel for how to write Jik code and what the core features look like.
55

6-
This document applies to Jik version `0.1.0-alpha.20` and may change for future versions.
6+
This document applies to Jik version `0.1.0-alpha.21` and may change for future versions.
77

88
## Chapters
99

src/jik/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
#define JIK_VERSION_MINOR 1
66
#define JIK_VERSION_PATCH 0
77

8-
#define JIK_VERSION_STRING "0.1.0-alpha.20"
8+
#define JIK_VERSION_STRING "0.1.0-alpha.21"
99

1010
#endif

tools/vscode-jik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jik-language-tools",
33
"displayName": "Jik Language Tools",
44
"description": "Syntax highlighting and stdlib-aware completions for the Jik language.",
5-
"version": "0.1.0-alpha.20",
5+
"version": "0.1.0-alpha.21",
66
"publisher": "radovanhorvat",
77
"license": "SEE LICENSE IN LICENSE",
88
"engines": {

0 commit comments

Comments
 (0)