Skip to content

Commit 145b7b7

Browse files
authored
Merge pull request #50 from StaticBeagle/increase-project-version
Increased project version to 2.2.0
2 parents 52a92a5 + 501f59c commit 145b7b7

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.1.0</version>
39+
<version>2.2.0</version>
4040
</dependency>
4141
```
4242
Gradle
4343
```bash
44-
implementation 'com.wildbitsfoundry:etk4j:2.1.0'
44+
implementation 'com.wildbitsfoundry:etk4j:2.2.0'
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.1.0</version>
5+
<version>2.2.0</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)