diff --git a/README.md b/README.md index c5cc017..b75d195 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Reference implementation of an agent library written in Java. This library handl ## Getting Started * Chronos Agent is published to Maven Central. Make sure that you have `mavenCentral()` to the `repositories` in your gradle build file. -* Add `implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.3.5'` to your `dependencies`. +* Add `implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.4.1'` to your `dependencies`. * Extend the `AbstractChronosAgent` class, call `YourClass.start()` in your `main` method, and you are good to go! > Assuming that you already have a running [Chronos Control](https://github.com/Chronos-EaaS/Chronos-Control/) instance diff --git a/build.gradle b/build.gradle index 1bb59a3..6717f76 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { group 'org.chronos-eaas' archivesBaseName = "chronos-agent" -version '2.4.1-SNAPSHOT' +version '2.4.1' description = "Chronos Agent"