Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
HexagonNico committed May 24, 2023
1 parent 9a744a3 commit e58a7eb
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 @@ -124,7 +124,7 @@ allprojects {

```groovy
dependencies {
implementation 'com.github.HexagonNico:VecMatLib:1.2.1'
implementation 'com.github.HexagonNico:VecMatLib:1.2.2'
}
```

Expand All @@ -143,7 +143,7 @@ dependencies {
<dependency>
<groupId>com.github.HexagonNico</groupId>
<artifactId>VecMatLib</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```

Expand All @@ -154,7 +154,7 @@ resolvers += "jitpack" at "https://jitpack.io"
```

```sbt
libraryDependencies += "com.github.HexagonNico" % "VecMatLib" % "1.2.1"
libraryDependencies += "com.github.HexagonNico" % "VecMatLib" % "1.2.2"
```

## Support the project
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / version := "1.2.1"
ThisBuild / version := "1.2.2"

ThisBuild / scalaVersion := "2.13.10"

Expand Down

0 comments on commit e58a7eb

Please sign in to comment.