Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Change version(temporary ugly solution)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirPal committed Oct 11, 2016
1 parent 19caf7c commit 9b4cb19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const request = require('request');
const semver = require('semver');

export default function checkVersion(callback) {
const currentVersion = 'v0.1.0-beta.1';
const currentVersion = 'v0.1.0-beta.2';

const options = {
url: 'https://api.github.com/repos/web-pal/DBGlass/releases/latest',
Expand Down

0 comments on commit 9b4cb19

Please sign in to comment.