Skip to content

Commit

Permalink
1.7.4 正式版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Apr 1, 2024
1 parent d72c862 commit 54a5b1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# JimuReport - 积木报表(开源免费的低代码报表)

v1.7.4-SNAPSHOT | 2024-04-01
v1.7.4 | 2024-04-01


[![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://jimureport.com)
Expand Down Expand Up @@ -41,7 +41,7 @@ v1.7.4-SNAPSHOT | 2024-04-01
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.7.4-SNAPSHOT</version>
<version>1.7.4</version>
</dependency>
```
通过 http://jimureport.com/doc/log 查询最新版本号
Expand Down
2 changes: 1 addition & 1 deletion jimureport-example/pom.xml
Expand Up @@ -45,7 +45,7 @@
</repositories>

<properties>
<jimureport.version>1.7.4-SNAPSHOT</jimureport.version>
<jimureport.version>1.7.4</jimureport.version>
<java.version>1.8</java.version>
<minio.version>8.0.3</minio.version>
<!-- DB驱动 -->
Expand Down

0 comments on commit 54a5b1a

Please sign in to comment.