Skip to content

Commit c9a7b09

Browse files
author
Fast Reports
committed
sync 2023-03-10
1 parent bc8bae1 commit c9a7b09

File tree

270 files changed

+700
-15092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+700
-15092
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add this dependency to your project's POM:
3434
<dependency>
3535
<groupId>cloud.fastreport.sdk</groupId>
3636
<artifactId>fastreport-cloud-sdk</artifactId>
37-
<version>2023.1.17</version>
37+
<version>2023.1.19</version>
3838
<scope>compile</scope>
3939
</dependency>
4040
```
@@ -44,7 +44,7 @@ Add this dependency to your project's POM:
4444
Add this dependency to your project's build file:
4545

4646
```groovy
47-
compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2023.1.17"
47+
compile "cloud.fastreport.sdk:fastreport-cloud-sdk:2023.1.19"
4848
```
4949

5050
### Others
@@ -57,7 +57,7 @@ mvn clean package
5757

5858
Then manually install the following JARs:
5959

60-
- `target/fastreport-cloud-sdk-2023.1.17.jar`
60+
- `target/fastreport-cloud-sdk-2023.1.19.jar`
6161
- `target/lib/*.jar`
6262

6363
## Getting Started

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.1.17
1+
2023.1.19

0 commit comments

Comments
 (0)