Skip to content

Commit de16938

Browse files
author
Thomas Kurz
committedNov 27, 2014
Update version
1 parent 2302aed commit de16938

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installation
2121
------------
2222

2323
Squeby uses [bower](http://bower.io/) for dependency management. To get all dependencies, execute `bower install`.
24-
The current version is v0.0.9.
24+
The current version is v1.0.1.
2525

2626
Configuration
2727
-------------
@@ -97,13 +97,13 @@ SQUEBI = {
9797
```
9898

9999
## Use Squebi as Webjar
100-
You can use squebi in version 0.0.9 as webjar, too. The webjar is hosted on Maven Central. Put this dependencies to your pom
100+
You can use squebi in version 1.0.1 as webjar, too. The webjar is hosted on Maven Central. Put this dependencies to your pom
101101

102102
```xml
103103
<dependency>
104104
<groupId>com.github.tkurz.webjars</groupId>
105105
<artifactId>squebi</artifactId>
106-
<version>0.0.9-SNAPSHOT</version>
106+
<version>1.0.1</version>
107107
</dependency>
108108
```
109109

0 commit comments

Comments
 (0)