Skip to content

Commit

Permalink
Change version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 23, 2020
1 parent 8e42778 commit 049f0a2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* @author <a href="mailto:franz.wilhelmstoetter@gmail.com">Franz Wilhelmstötter</a>
* @since 1.0
* @version !__version__!
* @version 2.1
*/
plugins {
base
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

/**
* @author <a href="mailto:franz.wilhelmstoetter@gmail.com">Franz Wilhelmstötter</a>
* @since !__version__!
* @version !__version__!
* @since 2.1
* @version 2.1
*/
plugins {
`java-gradle-plugin`
Expand Down
2 changes: 1 addition & 1 deletion jpx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
/**
* @author <a href="mailto:franz.wilhelmstoetter@gmail.com">Franz Wilhelmstötter</a>
* @since 1.0
* @version !__version__!
* @version 2.1
*/
plugins {
`java-library`
Expand Down
4 changes: 2 additions & 2 deletions jpx/src/main/java/io/jenetics/jpx/geom/MathUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
* Mathematical helper functions.
*
* @author <a href="mailto:franz.wilhelmstoetter@gmail.com">Franz Wilhelmstötter</a>
* @version !__version__!
* @since !__version__!
* @version 2.1
* @since 2.1
*/
final class MathUtils {

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* @author <a href="mailto:franz.wilhelmstoetter@gmail.com">Franz Wilhelmstötter</a>
* @since 1.0
* @version !__version__!
* @version 2.1
*/
pluginManagement {
repositories {
Expand Down

0 comments on commit 049f0a2

Please sign in to comment.