Skip to content

Commit

Permalink
Update version from 2023.9.21 to 2024.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Jan 6, 2024
1 parent 869ef1c commit eb98a8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Add VTerminal as a dependency.

```
dependencies {
implementation 'com.github.Valkryst:VTerminal:2023.9.21'
implementation 'com.github.Valkryst:VTerminal:2024.1.6'
}
```

Expand All @@ -68,7 +68,7 @@ Add VTerminal as a dependency.
<dependency>
<groupId>com.github.Valkryst</groupId>
<artifactId>VTerminal</artifactId>
<version>2023.9.21</version>
<version>2024.1.6</version>
</dependency>
```

Expand All @@ -83,7 +83,7 @@ resolvers += "jitpack" at "https://jitpack.io"
Add VTerminal as a dependency.

```
libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2023.9.21"
libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2024.1.6"
```

## Media
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.Valkryst</groupId>
<artifactId>VTerminal</artifactId>
<version>2023.9.21</version>
<version>2024.1.6</version>
<packaging>jar</packaging>
<name>VTerminal</name>

Expand Down

0 comments on commit eb98a8e

Please sign in to comment.