Skip to content

Commit

Permalink
Update version from 2021.02.26-break to 2021.02.26-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Feb 27, 2021
1 parent b2171c2 commit 2b5b462
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 @@ -45,7 +45,7 @@ Add VTerminal as a dependency.

```
dependencies {
implementation 'com.github.Valkryst:VTerminal:2021.02.26-break'
implementation 'com.github.Valkryst:VTerminal:2021.02.26-hotfix'
}
```

Expand All @@ -67,7 +67,7 @@ Add VTerminal as a dependency.
<dependency>
<groupId>com.github.Valkryst</groupId>
<artifactId>VTerminal</artifactId>
<version>2021.02.26-break</version>
<version>2021.02.26-hotfix</version>
</dependency>
```

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

```
libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2021.02.26-break"
libraryDependencies += "com.github.Valkryst" % "VTerminal" % "2021.02.26-hotfix"
```

## Supported Components
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>2021.02.26-break</version>
<version>2021.02.26-hotfix</version>
<packaging>jar</packaging>
<name>VTerminal</name>

Expand Down

0 comments on commit 2b5b462

Please sign in to comment.