Skip to content

Commit

Permalink
🔖 Version 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Jan 5, 2024
1 parent d1e0fb7 commit 3d4ad4c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ python3 -m http.server 80
| Intellij | Java, Kotlin ||||||| TCP |
| CLion | C, C++ ||||||| TCP |
| VSCode | Depends on available language server ||||||| TCP |
| OpenGrok | * ||||| || Websocket |
| OpenGrok | * ||||| || Websocket |
| IDA | * |||| - ||| TCP |
| Jadx | Java ||||||| TCP |

Expand Down
2 changes: 1 addition & 1 deletion backends/Clion/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.yoavst.graffiti"
version = "1.8.3"
version = "1.8.4"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion backends/intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "com.yoavst.graffiti"
version = "1.8.3"
version = "1.8.4"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion backends/opengrok/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Graffiti for OpenGrok",
"description": "Graffiti support for opengrok",
"version": "1.0.0",
"version": "1.8.4",
"icons": {
"512": "images/icon.png"
},
Expand Down
2 changes: 1 addition & 1 deletion backends/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "graffiti",
"displayName": "Graffiti",
"description": "Add nodes to call graph directly from VSCode",
"version": "1.8.3",
"version": "1.8.4",
"publisher": "yoavst",
"icon": "icon.png",
"author": {
Expand Down

0 comments on commit 3d4ad4c

Please sign in to comment.