Skip to content

Commit

Permalink
Bump version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Sep 28, 2017
1 parent b2d75e4 commit 17a6339
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extension/js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var badges = {};
var red = [255, 0, 0, 220];
var orange = [255, 129, 0, 220];
var blue = [0, 116, 255, 220];
var lastHostVersion = '0.1.0';
var lastHostVersion = '0.1.3';

function logError(error) {
// Suppress errors caused by Mozilla polyfill
Expand Down
2 changes: 1 addition & 1 deletion extension/js/popup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var currentUrl = null;
var knownDevices = {};
var lastHostVersion = '0.1.0';
var lastHostVersion = '0.1.3';

function logError(error) {
// Suppress errors caused by Mozilla polyfill
Expand Down
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "KDE Connect",
"short_name": "kdeconnect",
"description": "Allows sharing pages, videos, and images from your browser to KDE Connect devices.",
"version": "0.1.2",
"version": "0.1.3",
"homepage_url": "https://github.com/pdf/kdeconnect-chrome-extension",
"browser_action": {
"default_name": "KDE Connect",
Expand Down Expand Up @@ -42,4 +42,4 @@
"22": "images/kdeconnect-22.png",
"16": "images/kdeconnect-16.png"
}
}
}
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
version = `0.1.0`
version = `0.1.3`
)

var (
Expand Down

0 comments on commit 17a6339

Please sign in to comment.