Skip to content

Commit

Permalink
Update version from 2023.02.24-break to 2023.02.24-break-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Feb 24, 2023
1 parent 1e0dcdc commit 47d5652
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 @@ -37,7 +37,7 @@ Add V2DSprite as a dependency.

```
dependencies {
implementation 'com.github.Valkryst:V2DSprite:2023.02.24-break'
implementation 'com.github.Valkryst:V2DSprite:2023.02.24-break-fixed'
}
```

Expand All @@ -59,7 +59,7 @@ Add V2DSprite as a dependency.
<dependency>
<groupId>com.github.Valkryst</groupId>
<artifactId>V2DSprite</artifactId>
<version>2023.02.24-break</version>
<version>2023.02.24-break-fixed</version>
</dependency>
```

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

```
libraryDependencies += "com.github.Valkryst" % "V2DSprite" % "2023.02.24-break"
libraryDependencies += "com.github.Valkryst" % "V2DSprite" % "2023.02.24-break-fixed"
```

## Terminology
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>V2DSprite</artifactId>
<version>2023.02.24-break</version>
<version>2023.02.24-break-fixed</version>
<packaging>jar</packaging>
<name>V2DSprite</name>

Expand Down

0 comments on commit 47d5652

Please sign in to comment.