Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed Sep 22, 2024
1 parent 396c348 commit 617c11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

// BootsFaces Library Version to use in the Build
ext.BootsFacesVersion = '2.0.0-SNAPSHOT'
ext.BootsFacesVersion = '2.0.1'

[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
java {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.bootsfaces</groupId>
<artifactId>bsfexamples</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
<packaging>war</packaging>

<name>BootsFaces Examples bootable jar</name>
Expand Down

0 comments on commit 617c11a

Please sign in to comment.