Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomnsilva committed Mar 14, 2024
1 parent c208346 commit 5cd24dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>com.brunomnsilva</groupId>
<artifactId>smartgraph</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion smartgraph.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ edge.arrowsize = 5

# Force-directed layout related configurations
#
# Notice: deprecated since version 1.1. Force directed layout strategies are now
# Notice: deprecated since version 1.1.0 Force directed layout strategies are now
# instantiated and can be swapped at runtime, per the Strategy design pattern.
# The parameters are passed as arguments or one can use the default ones described
# in the javadoc documentation.
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# THE SOFTWARE.
#

project.version=1.1.0
project.version=1.1.1

0 comments on commit 5cd24dc

Please sign in to comment.