Skip to content

Commit 3d4ad4c

Browse files
committed
🔖 Version 1.8.4
1 parent d1e0fb7 commit 3d4ad4c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ python3 -m http.server 80
6666
| Intellij | Java, Kotlin ||||||| TCP |
6767
| CLion | C, C++ ||||||| TCP |
6868
| VSCode | Depends on available language server ||||||| TCP |
69-
| OpenGrok | * ||||| || Websocket |
69+
| OpenGrok | * ||||| || Websocket |
7070
| IDA | * |||| - ||| TCP |
7171
| Jadx | Java ||||||| TCP |
7272

backends/Clion/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.yoavst.graffiti"
8-
version = "1.8.3"
8+
version = "1.8.4"
99

1010
repositories {
1111
mavenCentral()

backends/intellij/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.yoavst.graffiti"
8-
version = "1.8.3"
8+
version = "1.8.4"
99

1010
repositories {
1111
mavenCentral()

backends/opengrok/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Graffiti for OpenGrok",
44
"description": "Graffiti support for opengrok",
5-
"version": "1.0.0",
5+
"version": "1.8.4",
66
"icons": {
77
"512": "images/icon.png"
88
},

backends/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graffiti",
33
"displayName": "Graffiti",
44
"description": "Add nodes to call graph directly from VSCode",
5-
"version": "1.8.3",
5+
"version": "1.8.4",
66
"publisher": "yoavst",
77
"icon": "icon.png",
88
"author": {

0 commit comments

Comments
 (0)