File tree Expand file tree Collapse file tree
src/.vuepress/theme/global-components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,10 +127,10 @@ export default {
127127 var instructions = " None" ;
128128 var link = " " ;
129129 var icon = " " ;
130- var version = " 1.0.0-rc.2 " ;
131- var windows = " https://fyrox.rs/assets/releases/1.0.0-rc.2 /fyrox-project-manager-win-x86_64.zip" ;
132- var mac = " https://fyrox.rs/assets/releases/1.0.0-rc.2 /fyrox-project-manager-macos-x86_64.zip" ;
133- var linux = " https://fyrox.rs/assets/releases/1.0.0-rc.2 /fyrox-project-manager-linux-x86_64.zip" ;
130+ var version = " 1.0.0" ;
131+ var windows = " https://fyrox.rs/assets/releases/1.0.0/fyrox-project-manager-win-x86_64.zip" ;
132+ var mac = " https://fyrox.rs/assets/releases/1.0.0/fyrox-project-manager-macos-x86_64.zip" ;
133+ var linux = " https://fyrox.rs/assets/releases/1.0.0/fyrox-project-manager-linux-x86_64.zip" ;
134134 var additionalCommand = " " ;
135135
136136 if (navigator .userAgent .includes (" win" ) != - 1 ) {
You can’t perform that action at this time.
0 commit comments