Skip to content

Commit

Permalink
Update changelog & install files for release
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle0x1 committed Apr 12, 2020
1 parent 1dd1dbc commit d2d4a22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.7.1 - 12/04/2020

Fixed
Terminal sessions not starting properly

0.7.0 - 12/04/2020

Added
Expand Down
2 changes: 1 addition & 1 deletion examples/install_with_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ chown -R www-data:www-data /var/www/LxdMosaic/src/sensitiveData/backups
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.7.0
git checkout v0.7.1

npm install

Expand Down
2 changes: 1 addition & 1 deletion examples/install_with_clone_centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ chown -R www-data:www-data /var/www/LxdMosaic/src/sensitiveData/backups
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.7.0
git checkout v0.7.1

npm install

Expand Down

0 comments on commit d2d4a22

Please sign in to comment.