Skip to content

Commit 0e62bc7

Browse files
author
Fast Reports
committed
sync 2021-04-23
1 parent dc8f770 commit 0e62bc7

File tree

8 files changed

+6528
-6525
lines changed

8 files changed

+6528
-6525
lines changed

.openapi-generator/FILES

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.gitignore
22
.openapi-generator-ignore
33
.travis.yml
4+
LICENSE
45
README.md
6+
VERSION
57
api/openapi.yaml
68
build.gradle
79
build.sbt

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040
<dependency>
4141
<groupId>cloud.fastreport.sdk</groupId>
4242
<artifactId>fastreport-cloud-sdk</artifactId>
43-
<version>2021.1.20</version>
43+
<version>2021.1.22</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
```
@@ -50,7 +50,7 @@ Add this dependency to your project's POM:
5050
Add this dependency to your project's build file:
5151

5252
```groovy
53-
compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2021.1.20"
53+
compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2021.1.22"
5454
```
5555

5656
### Others
@@ -63,7 +63,7 @@ mvn clean package
6363

6464
Then manually install the following JARs:
6565

66-
- `target/fastreport-cloud-sdk-2021.1.20.jar`
66+
- `target/fastreport-cloud-sdk-2021.1.22.jar`
6767
- `target/lib/*.jar`
6868

6969
## Getting Started

VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2021.1.22

0 commit comments

Comments
 (0)