Skip to content

Commit

Permalink
try smaller logo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 8, 2023
1 parent 5f8e616 commit a934b7e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.4"
version = "0.1.5"
authors = [
"michaelangeloio"
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

![icon](assets/icon-small.png)
![icon](assets/icon-128.png)

coming soon
Binary file added assets/icon-128.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.4",
"version": "0.1.5",
"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.4"
version = "0.1.5"
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.4"}
does-it-throw = { path = "../does-it-throw", version = "0.1.5"}
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.4"
version = "0.1.5"
description = "LSP library for finding ES throw statements"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "does-it-throw",
"version": "0.1.4",
"version": "0.1.5",
"main": "./client/out/extension.js",
"repository": {
"url": "https://github.com/michaelangeloio/does-it-throw"
},
"icon": "assets/icon.png",
"icon": "assets/icon-128.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.4",
"version": "0.1.5",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit a934b7e

Please sign in to comment.