diff --git a/.idea/modules.xml b/.idea/modules.xml
index 55adcb9..25946a1 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -6,4 +6,4 @@
-
\ No newline at end of file
+
diff --git a/pom.xml b/pom.xml
index d00663c..7dfc770 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
net.thauvin.erik
bitly-shorten
- 2.0.0-SNAPSHOT
+ 2.0.0
bitly-shorten
A simple implementation of the Bitly link shortening API v4
https://github.com/ethauvin/bitly-shorten
@@ -18,19 +18,19 @@
org.jetbrains.kotlin
kotlin-stdlib
- 2.0.20
+ 2.1.10
compile
org.jetbrains.kotlin
kotlin-stdlib-common
- 2.0.20
+ 2.1.10
compile
org.jetbrains.kotlin
kotlin-stdlib-jdk8
- 2.0.20
+ 2.1.10
compile
@@ -48,7 +48,7 @@
org.json
json
- 20240303
+ 20250107
compile
diff --git a/src/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java b/src/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java
index 679abb2..d007e1e 100644
--- a/src/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java
+++ b/src/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java
@@ -61,7 +61,7 @@ public class BitlyShortenBuild extends Project {
public BitlyShortenBuild() {
pkg = "net.thauvin.erik";
name = "bitly-shorten";
- version = version(2, 0, 0, "SNAPSHOT");
+ version = version(2, 0, 0);
javaRelease = 11;
downloadSources = true;