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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ captures/
.idea/other.xml
.idea/studiobot.xml
.idea/artifacts
.idea/runConfigurations.xml

.kotlin

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down