Skip to content

Commit

Permalink
Increased version number to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HexagonNico committed Jan 15, 2023
1 parent 8368101 commit a09abc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ allprojects {

```groovy
dependencies {
implementation 'com.github.HexagonNico:VecMatLib:0.2'
implementation 'com.github.HexagonNico:VecMatLib:1.0'
}
```

Expand All @@ -127,7 +127,7 @@ dependencies {
<dependency>
<groupId>com.github.HexagonNico</groupId>
<artifactId>VecMatLib</artifactId>
<version>0.2</version>
<version>1.0</version>
</dependency>
```

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

```sbt
libraryDependencies += "com.github.HexagonNico" % "VecMatLib" % "0.2"
libraryDependencies += "com.github.HexagonNico" % "VecMatLib" % "1.0"
```

## Support the project

VecMatLib was developed by a single person.

Initially a university project, later completed and turned into a full project.
Initially a university project, later completed and turned into a fully usable library.

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

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / version := "0.2"
ThisBuild / version := "1.0"

ThisBuild / scalaVersion := "2.13.10"

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

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

0 comments on commit a09abc6

Please sign in to comment.