Skip to content

Commit d301339

Browse files
build(release): bump version to 26.8 [skip ci]
1 parent 352e1fe commit d301339

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88

99
<p align="center">
10-
<img alt="Version" src="https://img.shields.io/badge/version-26.7-blue">
10+
<img alt="Version" src="https://img.shields.io/badge/version-26.8-blue">
1111
<img alt="Kotlin Multiplatform" src="https://img.shields.io/badge/Kotlin_Multiplatform-JVM_%7C_JS_%7C_Wasm_%7C_Native-7F52FF?logo=kotlin&logoColor=white">
1212
<img alt="Kotlin" src="https://img.shields.io/badge/Kotlin-2.4.10-7F52FF?logo=kotlin&logoColor=white">
1313
<img alt="Gradle" src="https://img.shields.io/badge/Gradle-9.6.1-02303A?logo=gradle&logoColor=white">
@@ -87,7 +87,7 @@ repositories {
8787
}
8888

8989
dependencies {
90-
implementation("net.blueva:luak-jvm:26.7")
90+
implementation("net.blueva:luak-jvm:26.8")
9191
}
9292
```
9393

@@ -104,7 +104,7 @@ dependencies {
104104
<dependency>
105105
<groupId>net.blueva</groupId>
106106
<artifactId>luak-jvm</artifactId>
107-
<version>26.7</version>
107+
<version>26.8</version>
108108
</dependency>
109109
```
110110

@@ -123,7 +123,7 @@ globals.load("print('hello, world')")!!.call()
123123

124124
`LuaPlatform.debugGlobals()` adds the `debug` library. Loading the individual classes in `net.blueva.luak.lib` (`BaseLib`, `PackageLib`, `StringLib`, `TableLib`, `MathLib`, `CoroutineLib`, `OsLib`, `IoLib`, `Bit32Lib`) by hand remains available when you want a smaller footprint.
125125

126-
Add the `repo.blueva.net/releases` repository shown above at the project level, then depend on the shared `net.blueva:luak-core:26.7
126+
Add the `repo.blueva.net/releases` repository shown above at the project level, then depend on the shared `net.blueva:luak-core:26.8
127127

128128
| Target | Gradle target function | Source set | Tested on |
129129
|---|---|---|---|
@@ -148,7 +148,7 @@ kotlin {
148148
sourceSets {
149149
commonMain {
150150
dependencies {
151-
implementation("net.blueva:luak-core:26.7")
151+
implementation("net.blueva:luak-core:26.8")
152152
}
153153
}
154154
}

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
year=26
2-
build=7
2+
build=8

0 commit comments

Comments
 (0)