Skip to content

Commit

Permalink
Update version to 2023.10.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Oct 26, 2023
1 parent 454c65c commit 652bbff
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 @@ -43,7 +43,7 @@ Add VController as a dependency.

```
dependencies {
implementation 'com.github.Valkryst:VController:2023.10.24-fix'
implementation 'com.github.Valkryst:VController:2023.10.26'
}
```

Expand All @@ -65,7 +65,7 @@ Add VController as a dependency.
<dependency>
<groupId>com.github.Valkryst</groupId>
<artifactId>VController</artifactId>
<version>2023.10.24-fix</version>
<version>2023.10.26</version>
</dependency>
```

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

```
libraryDependencies += "com.github.Valkryst" % "VController" % "2023.10.24-fix"
libraryDependencies += "com.github.Valkryst" % "VController" % "2023.10.26"
```

## Example
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>VController</artifactId>
<version>2023.10.24-fix</version>
<version>2023.10.26</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit 652bbff

Please sign in to comment.