Skip to content

Commit

Permalink
chore: bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusHenke committed Feb 10, 2023
1 parent 2d6f9ee commit fc6febb
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 = "1.0.1"
version = "1.1.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": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "vite --port 3000",
Expand Down

0 comments on commit fc6febb

Please sign in to comment.