Skip to content

Commit

Permalink
Bump to release v0.1.3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengshuaiPENG authored May 8, 2023
1 parent 42def34 commit 22254c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ limitations under the License.
:before-upload="handleBeforeUpload">
<i class="el-icon-upload"></i>
<div class="el-upload__text">Drag your files here, or <em>click to upload</em></div>
<div class="el-upload__tip" slot="tip"><a href="https://github.com/Kyligence/zen-ml-toolkit/releases">Release Version: 0.1.3</a>, only [.tds, .twb, .sql] file supported, we help you export calculated fields or measures into an Excel spreadsheet. 5MB maximum file size.</div>
<div class="el-upload__tip" slot="tip"><a href="https://github.com/Kyligence/zen-ml-toolkit/">Source Code on Github</a>, <a href="https://github.com/Kyligence/zen-ml-toolkit/releases">Release: v0.1.3</a>, only [.tds, .twb, .sql] file supported, we help you export calculated fields or measures into an Excel spreadsheet. 5MB maximum file size.</div>
</el-upload>
<p v-if="errorMsg" class="error-msg">{{errorMsg}}</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>io.kyligence</groupId>
<artifactId>zen-ml-toolkit</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<name>zen-ml-toolkit</name>
<description>zen-ml-toolkit</description>
<properties>
Expand Down

0 comments on commit 22254c1

Please sign in to comment.