Skip to content

Commit

Permalink
chore: update minor version of tormap
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusHenke committed May 5, 2024
1 parent ff6a13c commit e1cdfe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "org.tormap"
version = "2.2.0"
version = "2.3.0"
java.sourceCompatibility = JavaVersion.VERSION_11

plugins {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tormap",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit e1cdfe4

Please sign in to comment.