diff --git a/README.md b/README.md index 1ba26b4..d33b653 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To use Timer Ninja, you need to do two things: add the `timer-ninja` dependency ### Add the Timer Ninja dependency **Gradle** ```groovy -implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1.2.0' +implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1.3.0' ``` **Maven** @@ -65,7 +65,7 @@ implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1. io.github.thanglequoc timer-ninja - 1.2.0 + 1.3.0 compile ``` @@ -85,11 +85,11 @@ plugins { dependencies { // ... // Timer ninja dependency - implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1.2.0' - aspect 'io.github.thanglequoc:timer-ninja:1.2.0' + implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1.3.0' + aspect 'io.github.thanglequoc:timer-ninja:1.3.0' // Enable this if you want to track method in Test classes - testAspect("io.github.thanglequoc:timer-ninja:1.2.0") + testAspect("io.github.thanglequoc:timer-ninja:1.3.0") } ``` @@ -111,7 +111,7 @@ Example project's `pom.xml` io.github.thanglequoc timer-ninja - 1.2.0 + 1.3.0 compile