File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,17 +160,17 @@ export const createWordPressStudioConfig = (
160
160
[ PlatformType . MacIntel ] : {
161
161
...platformConfigs [ PlatformType . MacIntel ] ,
162
162
onClick : ( ) => recordTracksEvent ( 'calypso_studio_download_mac_click' ) ,
163
- link : 'https://cdn.a8c-ci.services/studio/studio-darwin-x64-v1.3.9 .dmg' ,
163
+ link : 'https://cdn.a8c-ci.services/studio/studio-darwin-x64-v1.3.8 .dmg' ,
164
164
} ,
165
165
[ PlatformType . MacSilicon ] : {
166
166
...platformConfigs [ PlatformType . MacSilicon ] ,
167
167
onClick : ( ) => recordTracksEvent ( 'calypso_studio_download_mac_silicon_click' ) ,
168
- link : 'https://cdn.a8c-ci.services/studio/studio-darwin-arm64-v1.3.9 .dmg' ,
168
+ link : 'https://cdn.a8c-ci.services/studio/studio-darwin-arm64-v1.3.8 .dmg' ,
169
169
} ,
170
170
[ PlatformType . Windows ] : {
171
171
...platformConfigs [ PlatformType . Windows ] ,
172
172
onClick : ( ) => recordTracksEvent ( 'calypso_studio_download_windows_click' ) ,
173
- link : 'https://cdn.a8c-ci.services/studio/studio-win32-v1.3.9 .exe' ,
173
+ link : 'https://cdn.a8c-ci.services/studio/studio-win32-v1.3.8 .exe' ,
174
174
} ,
175
175
} ,
176
176
} ;
You can’t perform that action at this time.
0 commit comments