diff --git a/.gitignore b/.gitignore index a3c1abe..3a65090 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ captures/ .idea/other.xml .idea/studiobot.xml .idea/artifacts +.idea/runConfigurations.xml .kotlin diff --git a/gradle.properties b/gradle.properties index fa65293..90170e0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=true GROUP=com.sebastianneubauer.jsontree -VERSION_NAME=2.3.0 +VERSION_NAME=2.4.0 POM_INCEPTION_YEAR=2023 POM_URL=https://github.com/snappdevelopment/JsonTree