Skip to content

Commit

Permalink
Bump version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCoder4eu committed May 1, 2017
1 parent 3f557f2 commit d2c3ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ compile files("${System.properties['java.home']}/../lib/tools.jar")

compile fileTree(dir: 'bsflib', include: '*.jar') //Required for messages/utils

compile "net.bootsfaces:bootsfaces:1.1.0-RC2"
compile "net.bootsfaces:bootsfaces:1.1.0"
}

war.doFirst {
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/quickstart.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
]]>
Expand All @@ -39,7 +39,7 @@
<b:well>
<script type="syntaxhighlighter" class="brush: groovy; toolbar: false;gutter: false; first-line: 1">
<![CDATA[
compile 'net.bootsfaces:bootsfaces:1.0.2'
compile 'net.bootsfaces:bootsfaces:1.1.0'
]]>
</script>
</b:well>
Expand Down

0 comments on commit d2c3ea5

Please sign in to comment.