Skip to content

Commit

Permalink
Merge pull request #273 from ywy2090/master
Browse files Browse the repository at this point in the history
update release_node && ChangeLog
  • Loading branch information
ywy2090 authored Jun 19, 2020
2 parents 751aacb + c0c7b4e commit 090312a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v1.0.10

(2020-06-19)

* 新增
1. 新增角色权限的命令列表

* 更新
1. 升级web3sdk版本为2.5.0, 参考web3sdk的ChangeLog更新内容

### v1.0.9

(2020-03-27)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ check.dependsOn.remove(verifyGoogleJavaFormat)

// In this section you declare the dependencies for your production and test code
dependencies {
compile group: 'org.fisco-bcos', name: 'web3sdk', version: '2.5.0-05280-SNAPSHOT'
compile group: 'org.fisco-bcos', name: 'web3sdk', version: '2.5.0'
compile group: 'commons-codec', name:'commons-codec', version:'1.10'
compile group: 'org.slf4j', name:'slf4j-log4j12', version:'1.7.25'
compile group: 'org.jline', name: 'jline', version: '3.12.0'
Expand Down
2 changes: 1 addition & 1 deletion release_note.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.9
v1.0.10
2 changes: 1 addition & 1 deletion tools/download_console.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
version=$(curl -s https://api.github.com/repos/FISCO-BCOS/console/releases | grep "tag_name" | sort -u | tail -n 1 | cut -d \" -f 4 | sed "s/^[vV]//")
package_name="console.tar.gz"
default_version="1.0.9"
default_version="1.0.10"

if [ -z "${version}" ];then
echo "Failed to get latest version number via github api, download default version: ${default_version}"
Expand Down

0 comments on commit 090312a

Please sign in to comment.