Skip to content

Commit a09abc6

Browse files
committed
Increased version number to 1.0
1 parent 8368101 commit a09abc6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ allprojects {
108108

109109
```groovy
110110
dependencies {
111-
implementation 'com.github.HexagonNico:VecMatLib:0.2'
111+
implementation 'com.github.HexagonNico:VecMatLib:1.0'
112112
}
113113
```
114114

@@ -127,7 +127,7 @@ dependencies {
127127
<dependency>
128128
<groupId>com.github.HexagonNico</groupId>
129129
<artifactId>VecMatLib</artifactId>
130-
<version>0.2</version>
130+
<version>1.0</version>
131131
</dependency>
132132
```
133133

@@ -138,14 +138,14 @@ resolvers += "jitpack" at "https://jitpack.io"
138138
```
139139

140140
```sbt
141-
libraryDependencies += "com.github.HexagonNico" % "VecMatLib" % "0.2"
141+
libraryDependencies += "com.github.HexagonNico" % "VecMatLib" % "1.0"
142142
```
143143

144144
## Support the project
145145

146146
VecMatLib was developed by a single person.
147147

148-
Initially a university project, later completed and turned into a full project.
148+
Initially a university project, later completed and turned into a fully usable library.
149149

150150
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/X8X87EZ87)
151151

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / version := "0.2"
1+
ThisBuild / version := "1.0"
22

33
ThisBuild / scalaVersion := "2.13.10"
44

@@ -7,4 +7,4 @@ lazy val root = (project in file("."))
77
name := "VecMatLib"
88
)
99

10-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.14" % Test
10+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Test

0 commit comments

Comments
 (0)