Skip to content

Commit

Permalink
chore: update major version to 2.0.0, remove redundant doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusHenke committed Jan 2, 2024
1 parent c1adcb7 commit 815368f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Exclude vendor libraries like the TorProject metrics and IP2Location libraries from git language stats
backend/src/main/java/** linguist-vendored
backend/src/main/kotlin/com/** linguist-vendored
frontend/src/leaflet.css linguist-vendored
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.2.0"
version = "2.0.0"
java.sourceCompatibility = JavaVersion.VERSION_11

plugins {
Expand Down
Binary file removed docs/TorMap-documentation.pdf
Binary file not shown.
Binary file removed docs/UI-screenshot.png
Binary file not shown.
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.2.0",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "vite --port 3000",
Expand Down

0 comments on commit 815368f

Please sign in to comment.