Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit 75150f9

Browse files
author
Travis CI
committed
Travis bot released 1.14.32
1 parent d2bfecb commit 75150f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![GroupDocs.Viewer](https://raw.githubusercontent.com/groupdocs-viewer/groupdocs-viewer.github.io/master/resources/image/banner.png "GroupDocs.Viewer")
22
# GroupDocs.Viewer for Java Spring Example
3-
###### version 1.14.31
3+
###### version 1.14.32
44

55
[![Build Status](https://travis-ci.org/groupdocs-viewer/GroupDocs.Viewer-for-Java-Spring.svg?branch=master)](https://travis-ci.org/groupdocs-viewer/GroupDocs.Viewer-for-Java-Spring)
66
[![Maintainability](https://api.codeclimate.com/v1/badges/e8ee774e4c4b2fad413a/maintainability)](https://codeclimate.com/github/groupdocs-viewer/GroupDocs.Viewer-for-Java-Spring/maintainability)
@@ -107,10 +107,10 @@ Download [latest release](https://github.com/groupdocs-viewer/GroupDocs.Viewer-f
107107
**Note**: This method is **recommended** for running this sample behind firewall.
108108

109109
```bash
110-
curl -J -L -o release.tar.gz https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Java-Spring/releases/download/1.14.31/release.tar.gz
110+
curl -J -L -o release.tar.gz https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Java-Spring/releases/download/1.14.32/release.tar.gz
111111
tar -xvzf release.tar.gz
112112
cd release
113-
java -jar viewer-spring-1.14.31.jar configuration.yaml
113+
java -jar viewer-spring-1.14.32.jar configuration.yaml
114114
## Open http://localhost:8080/viewer/ in your favorite browser.
115115
```
116116

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.groupdocs.ui</groupId>
88
<artifactId>viewer-spring</artifactId>
9-
<version>1.14.31</version>
9+
<version>1.14.32</version>
1010
<packaging>${packaging.type}</packaging>
1111

1212
<name>GroupDocs.Viewer for Java Spring Sample</name>

0 commit comments

Comments
 (0)