Skip to content

Commit 5cd24dc

Browse files
committed
Bump version to 1.1.1
1 parent c208346 commit 5cd24dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

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

3131
<groupId>com.brunomnsilva</groupId>
3232
<artifactId>smartgraph</artifactId>
33-
<version>1.1.0</version>
33+
<version>1.1.1</version>
3434
<packaging>jar</packaging>
3535

3636
<name>${project.groupId}:${project.artifactId}</name>

smartgraph.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ edge.arrowsize = 5
4848

4949
# Force-directed layout related configurations
5050
#
51-
# Notice: deprecated since version 1.1. Force directed layout strategies are now
51+
# Notice: deprecated since version 1.1.0 Force directed layout strategies are now
5252
# instantiated and can be swapped at runtime, per the Strategy design pattern.
5353
# The parameters are passed as arguments or one can use the default ones described
5454
# in the javadoc documentation.

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# THE SOFTWARE.
2323
#
2424

25-
project.version=1.1.0
25+
project.version=1.1.1

0 commit comments

Comments
 (0)