Skip to content

Commit

Permalink
Update version to 2024.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Nov 14, 2024
1 parent 3a3c9ff commit f621820
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 @@ -47,7 +47,7 @@ Add VTerminal as a dependency.

```
dependencies {
implementation 'com.github.Valkryst:VTerminal:2024.9.8'
implementation 'com.github.Valkryst:VTerminal:2024.11.14'
}
```

Expand All @@ -69,7 +69,7 @@ Add VTerminal as a dependency.
<dependency>
<groupId>com.github.Valkryst</groupId>
<artifactId>VTerminal</artifactId>
<version>2024.9.8</version>
<version>2024.11.14</version>
</dependency>
```

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

```
libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2024.9.8"
libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2024.11.14"
```

## 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>2024.9.8</version>
<version>2024.11.14</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>

Expand Down

0 comments on commit f621820

Please sign in to comment.