Skip to content

Commit 7183601

Browse files
committed
Increased version to v0.3.1
1 parent 85acb56 commit 7183601

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ All notable changes to the "bitloops-language" extension will be documented in t
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
### 0.3.0
7+
### 0.3.1
88

99
Added validation after the initialization of the workspace
1010

11+
### 0.3.0
12+
13+
Added autocompletion for StandardVOs
14+
1115
### 0.2.0
1216

1317
Added validator for semantic and syntactic errors

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ No known issues.
3333

3434
## What's New
3535

36-
### 0.3.0
36+
### 0.3.1
3737

38-
Added autocompletion for StandardVOs
38+
Added validation after the initialization of the workspace
3939

4040
---
4141

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bitloops-server-client",
33
"description": "BitLoops Server Client",
44
"license": "MIT",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "Bitloops",
77
"engines": {
88
"vscode": "^1.63.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"icon": "assets/images/bitloops-language-logo-256x256.png",
1111
"license": "MIT",
12-
"version": "0.3.0",
12+
"version": "0.3.1",
1313
"scripts": {
1414
"vs:package": "vsce package",
1515
"vs:publish": "vsce publish",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitloops-lsp-server",
33
"description": "BitLoops Language Server",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"publisher": "Bitloops",
66
"license": "MIT",
77
"engines": {

0 commit comments

Comments
 (0)