Skip to content

Commit

Permalink
prepares release 3.0.4 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklimaschewski authored Mar 26, 2023
1 parent 58406a9 commit 86c90ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.0.3</version>
<version>3.0.4</version>
</dependency>
</dependencies>
```
Expand All @@ -68,7 +68,7 @@ If you're using gradle add the dependencies to your project's app build.gradle:

```gradle
dependencies {
compile 'com.ezylang:EvalEx:3.0.3'
compile 'com.ezylang:EvalEx:3.0.4'
}
```

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.0.3</version>
<version>3.0.4</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.0.3'
compile 'com.ezylang:EvalEx:3.0.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ezylang</groupId>
<artifactId>EvalEx</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>

<name>EvalEx</name>

Expand Down

0 comments on commit 86c90ab

Please sign in to comment.