diff --git a/README.md b/README.md index dc1427d1..0219d7e7 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Note: This library is still under development, and some concepts or features mig ``` dependencies { ... - implementation 'com.github.CST-Group:cst:0.5.1' + implementation 'com.github.CST-Group:cst:0.6.0' } ``` @@ -53,7 +53,7 @@ Sometimes, the version number (tag) in this README gets out of date, as maintain com.github.CST-Group cst - 0.5.1 + 0.6.0 ``` diff --git a/build.gradle b/build.gradle index f09163f7..2f8abfe9 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ description = "CST is the Cognitive Systems Toolkit, a toolkit for the construct sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = '0.5.2' +version = '0.6.0' repositories { flatDir {