Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Acris committed May 26, 2016
1 parent 74ef034 commit 12cb805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Data/version.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.17
v1.18
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ git clone https://github.com/sendya/shadowsocks-panel.git
cd shadowsocks-panel

# Download script: Stable Version (Recommended)
# Go to https://github.com/sendya/shadowsocks-panel/releases, download the latest release version (current version: v1.17)
wget https://github.com/sendya/shadowsocks-panel/archive/sspanel-v1.17.zip -O shadowsocks-panel.zip
# Go to https://github.com/sendya/shadowsocks-panel/releases, download the latest release version (current version: v1.18)
wget https://github.com/sendya/shadowsocks-panel/archive/sspanel-v1.18.zip -O shadowsocks-panel.zip
# Extract to /home/wwwroot/shadowsocks-panel/
$ unzip -o -d /home/wwwroot/shadowsocks-panel/ shadowsocks-panel.zip
$ cd /home/wwwroot/shadowsocks-panel/
Expand All @@ -38,7 +38,7 @@ chmod -R 777 ./Data/
vim ./Data/Config.php

# Start the installation
php -d disable_functions='' index.php install
php index.php install
```

### Documentation
Expand Down

0 comments on commit 12cb805

Please sign in to comment.