Skip to content

Commit 567058e

Browse files
committed
Update README
* Update to 1.1.1-RELEASE * Fix markdown
1 parent afba42a commit 567058e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Spring MVC Cache Control is an extension to [Spring MVC][spring_mvc] that aims t
1212
<dependency>
1313
<groupId>net.rossillo.mvc.cache</groupId>
1414
<artifactId>spring-mvc-cache-control</artifactId>
15-
<version>1.1.0-RELEASE</version>
15+
<version>1.1.1-RELEASE</version>
1616
<scope>compile</scope>
1717
</dependency>
1818
```
1919

2020
#### Gradle Projects
2121

2222
```
23-
compile 'net.rossillo.mvc.cache:spring-mvc-cache-control:1.1.0-RELEASE'
23+
compile 'net.rossillo.mvc.cache:spring-mvc-cache-control:1.1.1-RELEASE'
2424
```
2525

2626
### Configuration
@@ -31,7 +31,7 @@ Simply include `net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor` in y
3131
<mvc:interceptors>
3232
<bean class="net.rossillo.spring.web.mvc.CacheControlHandlerInterceptor" />
3333
</mvc:interceptors>
34-
````
34+
```
3535

3636
### Annotate Your Controllers
3737

0 commit comments

Comments
 (0)