Skip to content

Commit 3e4249d

Browse files
committed
chore: Release v0.0.2
1 parent 8829867 commit 3e4249d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "roughly"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55

66
[dependencies]

client/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Roughly",
44
"description": "The R(oughly good enough) Language Server",
55
"author": "Felix Andreas",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"publisher": "felix-andreas",
88
"icon": "images/icon.png",
99
"repository": {
@@ -26,7 +26,8 @@
2626
"compile": "tsc -b",
2727
"watch": "tsc -b -w",
2828
"lint": "eslint",
29-
"package": "cp ../LICENSE . && vsce package"
29+
"package": "vsce package",
30+
"vsce": "vsce"
3031
},
3132
"dependencies": {
3233
"vscode-languageclient": "^9.0.1"

0 commit comments

Comments
 (0)