Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javamxd committed Apr 2, 2020
1 parent 3cd6059 commit 80c7aa3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
<packaging>pom</packaging>
<name>spider-flow</name>
<url>https://gitee.com/jmxd/spider-flow</url>
Expand All @@ -14,7 +14,7 @@
<version>2.0.7.RELEASE</version>
</parent>
<properties>
<spider-flow.version>0.4.2</spider-flow.version>
<spider-flow.version>0.4.3</spider-flow.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spider-flow-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>
<artifactId>spider-flow-api</artifactId>
<name>spider-flow-api</name>
Expand Down
2 changes: 1 addition & 1 deletion spider-flow-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>
<artifactId>spider-flow-core</artifactId>
<name>spider-flow-core</name>
Expand Down
2 changes: 1 addition & 1 deletion spider-flow-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>
<artifactId>spider-flow-web</artifactId>
<name>spider-flow-web</name>
Expand Down
2 changes: 1 addition & 1 deletion spider-flow-web/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="js/layui/css/layui.css" />
<link rel="stylesheet" href="css/layui-blue.css" />
<link rel="stylesheet" href="css/index.css" />
<script>SPIDER_FLOW_VERSION = '0.4.2'</script>
<script>SPIDER_FLOW_VERSION = '0.4.3'</script>
<script type="text/javascript" src="js/layui/layui.all.js" ></script>
<script type="text/javascript" src="js/index.js" ></script>
<script type="text/javascript" src="https://www.spiderflow.org/update-detection.js"></script>
Expand Down

0 comments on commit 80c7aa3

Please sign in to comment.