Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
upgrade version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vuapo-eth committed Jan 1, 2019
1 parent f3dd86c commit e95d901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -54,7 +54,8 @@ gradle fatJar
# Please replace {ICT} with the name of your Ict. You can find it in your ict.cfg file. The default setting is 'ict'.
# Set 'ixi_enabled=true' in your ict.cfg configuration file.
# Also replace {USERNAME} with the username you want to appear with in the chat.
java -jar chat.ixi-{VERSION}.jar {ICT} {USERNAME}.
# And {PASSWORD} with any password to protect your CHAT.ixi from unauthorized access.
java -jar chat.ixi-{VERSION}.jar {ICT} {USERNAME} {PASSWORD}
# EXAMPLE: java -jar chat.ixi-1.2.3.jar my_cool_ict SatoshiNakamoto
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.iota.'
version '1.0'
version '1.1'

sourceCompatibility = 1.8
repositories {
Expand Down

0 comments on commit e95d901

Please sign in to comment.