File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Add VTerminal as a dependency.
44
44
45
45
```
46
46
dependencies {
47
- implementation 'com.github.Valkryst:VTerminal:2022.12.23 '
47
+ implementation 'com.github.Valkryst:VTerminal:2023.9.21 '
48
48
}
49
49
```
50
50
@@ -66,7 +66,7 @@ Add VTerminal as a dependency.
66
66
<dependency >
67
67
<groupId >com.github.Valkryst</groupId >
68
68
<artifactId >VTerminal</artifactId >
69
- <version >2022.12.23 </version >
69
+ <version >2023.9.21 </version >
70
70
</dependency >
71
71
```
72
72
@@ -81,7 +81,7 @@ resolvers += "jitpack" at "https://jitpack.io"
81
81
Add VTerminal as a dependency.
82
82
83
83
```
84
- libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2022.12.23 "
84
+ libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2023.9.21 "
85
85
```
86
86
87
87
## Media
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.Valkryst</groupId >
8
8
<artifactId >VTerminal</artifactId >
9
- <version >2022.12.23 </version >
9
+ <version >2023.9.21 </version >
10
10
<packaging >jar</packaging >
11
11
<name >VTerminal</name >
12
12
You can’t perform that action at this time.
0 commit comments