Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Build: Update version to 4.1.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AtjonTV committed Dec 29, 2019
1 parent e78b287 commit 50ac445
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

# kLib Version
klib_version=4.1.0-dev
klib_version=4.1.0-dev.3

# Versions
kotlin_version=1.3.61
Expand Down
2 changes: 1 addition & 1 deletion maven/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="4.1.0-dev"
VERSION="4.1.0-dev.3"

ATVG_DIST="file:///data/atjontv/git/maven-repo"

Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.atvgstudios</groupId>
<artifactId>klib</artifactId>
<version>4.1.0-dev</version>
<version>4.1.0-dev.3</version>
<name>kLib</name>
<description>kLib is a in Kotlin written Library by ATVG-Studios containing a set of useful Functions, Extensions and Types.</description>
<url>https://klib.atvg-studios.com/</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/klib/kLibInf.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object kLibInf {
* @since 2.0.0
* @author Thomas Obernosterer
*/
val semver = SemVer(4, 1, 0, "dev")
val semver = SemVer(4, 1, 0, "dev.3")

/**
* Company creating kLib
Expand Down

0 comments on commit 50ac445

Please sign in to comment.