Skip to content

Commit

Permalink
version 0.9.9.1-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Oct 23, 2023
1 parent fd970a9 commit 80ab04b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .idea/kotlinScripting.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
#### maven central
```kotlin
dependencies {
implementation("io.github.kotlin-graphics:glm:0.9.9.1-11")
implementation("io.github.kotlin-graphics:glm:0.9.9.1-12")
}
```

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pluginManagement {

gradle.rootProject {
group = "kotlin.graphics"
version = "0.9.9.1-11"
}
version = "0.9.9.1-12"
}

0 comments on commit 80ab04b

Please sign in to comment.