Skip to content

Commit

Permalink
updated download to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Andersen committed Jun 23, 2017
1 parent 6469aec commit 3cfc637
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions downloads/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</noscript>

<script>
var release='SDKv1_6'
var version = '1.6.1'
var release='SDKv1_7'
var version = '1.7.0'
var url = 'https://github.com/getopenmono/openmono_package/releases/tag/'+release
window.location = url
</script>
4 changes: 2 additions & 2 deletions downloads/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ When the download has started, you can safely:
<br />

<script>
var release='SDKv1_6'
var version = '1.6.1'
var release='SDKv1_7'
var version = '1.7.0'
var url = 'https://github.com/getopenmono/openmono_package/releases/download/'+release+'/OpenMono-v'+version+'-Mac.pkg'
window.location = url
</script>
4 changes: 2 additions & 2 deletions downloads/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ When the download has started, you can safely:
<br />

<script>
var release='SDKv1_6'
var version = '1.6.1'
var release='SDKv1_7'
var version = '1.7.0'
var url = 'https://github.com/getopenmono/openmono_package/releases/download/'+release+'/OpenMonoSetup-v'+version+'.exe'
window.location = url
</script>

0 comments on commit 3cfc637

Please sign in to comment.