Skip to content

Commit

Permalink
updates latest version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uklimaschewski committed Feb 27, 2024
1 parent 87b678a commit 61b80c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To include it in your Maven project, add the dependency to your pom. For example
<dependency>
<groupId>com.ezylang</groupId>
<artifactId>EvalEx</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</dependency>
</dependencies>
```
Expand All @@ -69,7 +69,7 @@ If you're using gradle add the dependencies to your project's app build.gradle:

```gradle
dependencies {
compile 'com.ezylang:EvalEx:3.1.0'
compile 'com.ezylang:EvalEx:3.1.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To include it in your Maven project, add the dependency to your pom. For example
<dependency>
<groupId>com.ezylang</groupId>
<artifactId>EvalEx</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</dependency>
</dependencies>
```
Expand All @@ -63,7 +63,7 @@ If you're using gradle add the dependencies to your project's app build.gradle:

```gradle
dependencies {
compile 'com.ezylang:EvalEx:3.1.0'
compile 'com.ezylang:EvalEx:3.1.2'
}
```

Expand Down

0 comments on commit 61b80c7

Please sign in to comment.