Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Horiol committed Dec 26, 2020
1 parent f42c678 commit e941cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To be able to launch 2 instance of the app in the same machine we have to add so
for example, to launch the second instance we will do the following in a cmd terminal:
```
./CalsotChat-0.2.0.AppImage --port=5010 --onion_port=8080 --folder=~/calsotchat2
./CalsotChat-1.0.0.AppImage --port=5010 --onion_port=8080 --folder=~/calsotchat2
```
## TODO List
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calsotchat",
"productName": "CalsotChat",
"version": "0.2.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit e941cb3

Please sign in to comment.