Skip to content

Commit e026b3b

Browse files
committed
version bump
1 parent 4cac399 commit e026b3b

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
@@ -24,7 +24,7 @@ Add this to you pom.xml
2424
<dependency>
2525
<groupId>de.unknownreality</groupId>
2626
<artifactId>dataframe</artifactId>
27-
<version>0.7.5.3</version>
27+
<version>0.7.6</version>
2828
</dependency>
2929
...
3030
</dependencies>
@@ -52,7 +52,7 @@ To build the library from sources:
5252
<dependency>
5353
<groupId>de.unknownreality</groupId>
5454
<artifactId>dataframe</artifactId>
55-
<version>0.7.5.3-SNAPSHOT</version>
55+
<version>0.7.6-SNAPSHOT</version>
5656
</dependency>
5757
...
5858
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.unknownreality</groupId>
88
<artifactId>dataframe</artifactId>
9-
<version>0.7.5.4-SNAPSHOT</version>
9+
<version>0.7.6-SNAPSHOT</version>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)