Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mavenPassword=YourPassword
# here-naksha-lib-psql/src/commonMain/kotlin/naksha/psql/LibPsql.kt (adminVersion property)
# Warning: Only update LibPsql version, if there is a change in SQL functions!
# The reason is, that this version is encoded in the database, and when updated, forced an upgrade!
version=3.0.0-beta.32
version=3.0.0-beta.33

org.gradle.jvmargs=-Xmx12g
kotlin.code.style=official
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jackson_core_databind = { module = "com.fasterxml.jackson.core:jackson-databind"
jackson_core_dataformat = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" }
jackson_kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" }

snakeyaml = "org.yaml:snakeyaml:1.33"
google_flatbuffers = "com.google.flatbuffers:flatbuffers-java:23.5.9"
google_protobuf = "com.google.protobuf:protobuf-java:3.16.3"
google_guava = "com.google.guava:guava:33.4.8-jre"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ servers:
info:
title: "Naskha Hub-API"
description: "Naksha Hub-API is a REST API to provide simple access to geo data."
version: "3.0.0-beta.32"
version: "3.0.0-beta.33"

security:
- AccessToken: [ ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class NakshaVersion(
* The current version as string to constant usage cases.
* @since 3.0
*/
const val CURRENT = "3.0.0-beta.32"
const val CURRENT = "3.0.0-beta.33"
// WARNING: Do not update this property manually, it is automatically modified when building!
// Edit version only in `gradle.properties` file, which is used as well to create artifacts!

Expand Down
Loading