Skip to content

Commit e58a7eb

Browse files
committed
Updated version number
1 parent 9a744a3 commit e58a7eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ allprojects {
124124

125125
```groovy
126126
dependencies {
127-
implementation 'com.github.HexagonNico:VecMatLib:1.2.1'
127+
implementation 'com.github.HexagonNico:VecMatLib:1.2.2'
128128
}
129129
```
130130

@@ -143,7 +143,7 @@ dependencies {
143143
<dependency>
144144
<groupId>com.github.HexagonNico</groupId>
145145
<artifactId>VecMatLib</artifactId>
146-
<version>1.2.1</version>
146+
<version>1.2.2</version>
147147
</dependency>
148148
```
149149

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

156156
```sbt
157-
libraryDependencies += "com.github.HexagonNico" % "VecMatLib" % "1.2.1"
157+
libraryDependencies += "com.github.HexagonNico" % "VecMatLib" % "1.2.2"
158158
```
159159

160160
## Support the project

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / version := "1.2.1"
1+
ThisBuild / version := "1.2.2"
22

33
ThisBuild / scalaVersion := "2.13.10"
44

0 commit comments

Comments
 (0)