diff options
author | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-08 09:07:17 -0800 |
---|---|---|
committer | thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> | 2021-02-08 09:07:17 -0800 |
commit | 6af77b664bf201c94e952040c69bd56d341833c8 (patch) | |
tree | 92a37797aab45a27ead0ff7ab7e4147a0bab2770 /thedarkcolour | |
parent | bc4c6c904c12d2a708d2e038410abb55b96dce66 (diff) | |
download | KotlinForForge-6af77b664bf201c94e952040c69bd56d341833c8.tar.gz KotlinForForge-6af77b664bf201c94e952040c69bd56d341833c8.tar.bz2 KotlinForForge-6af77b664bf201c94e952040c69bd56d341833c8.zip |
Fix website and maven Close #13 Close #14
Diffstat (limited to 'thedarkcolour')
-rw-r--r-- | thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom | 2 | ||||
-rw-r--r-- | thedarkcolour/kotlinforforge/web.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom index d0ffff6..bb9ebb6 100644 --- a/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom +++ b/thedarkcolour/kotlinforforge/1.9.0/kotlinforforge-1.9.0.pom @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>thedarkcolour</groupId> <artifactId>kotlinforforge</artifactId> - <version>1.8.0</version> + <version>1.9.0</version> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> diff --git a/thedarkcolour/kotlinforforge/web.html b/thedarkcolour/kotlinforforge/web.html index 5ed8554..a6a3379 100644 --- a/thedarkcolour/kotlinforforge/web.html +++ b/thedarkcolour/kotlinforforge/web.html @@ -23,8 +23,8 @@ <a href="1.6.1/web.html">1.6.1</a> <a href="1.6.2/web.html">1.6.2</a> <a href="1.7.0/web.html">1.7.0</a> -<a href="1.8.0/web.html">1.7.0</a> -<a href="1.9.0/web.html">1.7.0</a> +<a href="1.8.0/web.html">1.8.0</a> +<a href="1.9.0/web.html">1.9.0</a> <a href="maven-metadata.xml">maven-metadata.xml</a> <a href="maven-metadata.xml.md5">maven-metadata.xml.md5</a> <a href="maven-metadata.xml.sha1">maven-metadata.xml.sha1</a> |