File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Vagrant.configure(2) do |config|
4040 # These libraries could be moved or removed by the user if they were already covered
4141 yum install -y wget
4242 yum install -y unzip
43- wget https://github.com/Moonshine-IDE/Vagrant-REST-Interface/releases/download/0.1.5 /VagrantCRUD_centos7.zip
43+ wget https://github.com/Moonshine-IDE/Vagrant-REST-Interface/releases/download/0.1.6 /VagrantCRUD_centos7.zip
4444
4545 unzip -d rest VagrantCRUD_centos7.zip
4646 mv rest/rest-interface-*.jar rest/rest-interface.jar
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Vagrant.configure(2) do |config|
2626 # These libraries could be moved or removed by the user if they were already covered
2727 apt-get install -y wget
2828 apt-get install -y unzip
29- wget https://github.com/Moonshine-IDE/Vagrant-REST-Interface/releases/download/0.1.5 /VagrantCRUD_ubuntu.zip
29+ wget https://github.com/Moonshine-IDE/Vagrant-REST-Interface/releases/download/0.1.6 /VagrantCRUD_ubuntu.zip
3030
3131 unzip -d rest VagrantCRUD_ubuntu.zip
3232 mv rest/rest-interface-*.jar rest/rest-interface.jar
Original file line number Diff line number Diff line change 1- release_version =0.1.5
2- interface_version =0.1.3
1+ release_version =0.1.6
2+ interface_version =0.1.4
You can’t perform that action at this time.
0 commit comments