File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Installation
21
21
------------
22
22
23
23
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 .
25
25
26
26
Configuration
27
27
-------------
@@ -97,13 +97,13 @@ SQUEBI = {
97
97
```
98
98
99
99
## 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
101
101
102
102
``` xml
103
103
<dependency >
104
104
<groupId >com.github.tkurz.webjars</groupId >
105
105
<artifactId >squebi</artifactId >
106
- <version >0 .0.9-SNAPSHOT </version >
106
+ <version >1 .0.1 </version >
107
107
</dependency >
108
108
```
109
109
You can’t perform that action at this time.
0 commit comments