Skip to content

Commit

Permalink
bump versions and add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 7, 2023
1 parent d7c93c3 commit 596df1d
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
version = "0.1.3"
version = "0.1.4"
authors = [
"michaelangeloio"
]
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
something for now 2

![icon](assets/icon.png)

coming soon
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VSCode part of a language server",
"author": "Microsoft Corporation",
"license": "MIT",
"version": "0.1.3",
"version": "0.1.4",
"publisher": "vscode",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "does-it-throw-wasm"
version = "0.1.3"
version = "0.1.4"
description = "LSP server wasm binding for does-it-throw"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
Expand All @@ -13,7 +13,7 @@ homepage = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md
crate-type = ["cdylib"]

[dependencies]
does-it-throw = { path = "../does-it-throw", version = "0.1.3"}
does-it-throw = { path = "../does-it-throw", version = "0.1.4"}
swc_common = "0.33"
swc_ecma_parser = "0.141.3"
swc_ecma_ast = "0.110.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/does-it-throw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "does-it-throw"
version = "0.1.3"
version = "0.1.4"
description = "LSP library for finding ES throw statements"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "does-it-throw",
"version": "0.1.3",
"version": "0.1.4",
"main": "./client/out/extension.js",
"repository": {
"url": "https://github.com/michaelangeloio/does-it-throw"
},
"icon": "assets/icon.png",
"author": {
"name": "Michael Angelo",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-does-it-throw-server",
"description": "Example implementation of a language server in node.",
"version": "0.1.3",
"version": "0.1.4",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 596df1d

Please sign in to comment.