Skip to content

Commit 20e09ff

Browse files
authored
Merge pull request #54 from thanglequoc/develop
feat: Pump README version to 1.3.0
2 parents a6047f8 + a796598 commit 20e09ff

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ To use Timer Ninja, you need to do two things: add the `timer-ninja` dependency
5757
### Add the Timer Ninja dependency
5858
**Gradle**
5959
```groovy
60-
implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1.2.0'
60+
implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1.3.0'
6161
```
6262

6363
**Maven**
6464
```xml
6565
<dependency>
6666
<groupId>io.github.thanglequoc</groupId>
6767
<artifactId>timer-ninja</artifactId>
68-
<version>1.2.0</version>
68+
<version>1.3.0</version>
6969
<scope>compile</scope>
7070
</dependency>
7171
```
@@ -85,11 +85,11 @@ plugins {
8585
dependencies {
8686
// ...
8787
// Timer ninja dependency
88-
implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1.2.0'
89-
aspect 'io.github.thanglequoc:timer-ninja:1.2.0'
88+
implementation group: 'io.github.thanglequoc', name: 'timer-ninja', version: '1.3.0'
89+
aspect 'io.github.thanglequoc:timer-ninja:1.3.0'
9090
9191
// Enable this if you want to track method in Test classes
92-
testAspect("io.github.thanglequoc:timer-ninja:1.2.0")
92+
testAspect("io.github.thanglequoc:timer-ninja:1.3.0")
9393
}
9494
```
9595

@@ -111,7 +111,7 @@ Example project's `pom.xml`
111111
<dependency>
112112
<groupId>io.github.thanglequoc</groupId>
113113
<artifactId>timer-ninja</artifactId>
114-
<version>1.2.0</version>
114+
<version>1.3.0</version>
115115
<scope>compile</scope>
116116
</dependency>
117117
</dependencies>

0 commit comments

Comments
 (0)