Skip to content

Commit cac3a75

Browse files
(release) 0.3.0
1 parent 181cbe7 commit cac3a75

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.0",
2+
"version": "0.3.0",
33
"configurations": [
44
{
55
"name": "Run Extension",

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ <h1>VS Code <strong>Extension</strong></h1>
884884
</div>
885885
<div class="hero-image">
886886
<img src="images/demo.png" alt="RayforceDB VS Code Extension Demo">
887-
<span class="hero-badge"><i class="fas fa-bolt"></i> v0.2.0</span>
887+
<span class="hero-badge"><i class="fas fa-bolt"></i> v0.3.0</span>
888888
</div>
889889
</div>
890890
</section>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rayforce-vscode",
33
"displayName": "RayforceDB",
44
"description": "Runtime Manager for RayforceDB",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"publisher": "RayforceDB",
77
"icon": "assets/logo.png",
88
"repository": {

0 commit comments

Comments
 (0)