Skip to content

Commit 1aa4ab6

Browse files
authored
Merge pull request #59 from staticbeagle/increase-project-version
Increased project version to 2.2.3
2 parents 21f4455 + 4921b96 commit 1aa4ab6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ Maven
3636
<dependency>
3737
<groupId>com.wildbitsfoundry</groupId>
3838
<artifactId>etk4j</artifactId>
39-
<version>2.2.2</version>
39+
<version>2.2.3</version>
4040
</dependency>
4141
```
4242
Gradle
4343
```bash
44-
implementation 'com.wildbitsfoundry:etk4j:2.2.2'
44+
implementation 'com.wildbitsfoundry:etk4j:2.2.3'
4545
```
4646

4747
Requirements

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.wildbitsfoundry</groupId>
44
<artifactId>etk4j</artifactId>
5-
<version>2.2.2</version>
5+
<version>2.2.3</version>
66
<name>Engineering Toolkit for Java</name>
77
<description>Tools and implementation of mathematical methods or backing math for engineering problems and
88
applications.

0 commit comments

Comments
 (0)