Skip to content

Commit

Permalink
Fixed latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvestri committed May 6, 2018
1 parent 1183b43 commit f17761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/src/services/network.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@

function getLatestClientVersion () {
const deferred = $q.defer()
const url = 'https://api.github.com/repos/ArkEcosystem/ark-desktop/releases/latest'
const url = 'https://api.github.com/repos/RipaEx/ripa-desktop/releases/latest'
$http.get(url, { timeout: 5000 })
.then((res) => {
deferred.resolve(res.data.tag_name)
Expand Down

0 comments on commit f17761d

Please sign in to comment.