summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-10-24 16:49:12 +0200
committerJens Georg <mail@jensge.org>2021-10-27 11:20:55 +0200
commit3065367fc2d5cc23f66f13d030f25d3ad15f31c0 (patch)
tree5e89ce4e5dc3a783b103b3e1e8f47299296dd340 /examples
parent0175039d71cd72ee8c9b718e752d3fa81851359c (diff)
downloadgupnp-3065367fc2d5cc23f66f13d030f25d3ad15f31c0.tar.gz
all: Bump API version
Reset ABI version, also bump project version
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/browse.js2
-rwxr-xr-xexamples/get-volume.js2
-rwxr-xr-xexamples/get-volume.py2
-rwxr-xr-xexamples/last-change.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/browse.js b/examples/browse.js
index 1b3820a..f884094 100755
--- a/examples/browse.js
+++ b/examples/browse.js
@@ -26,7 +26,7 @@
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
// DAMAGE.
-imports.gi.versions.GUPnP = "1.2"
+imports.gi.versions.GUPnP = "1.6"
imports.gi.versions.GSSDP = "1.2"
const Mainloop = imports.mainloop;
diff --git a/examples/get-volume.js b/examples/get-volume.js
index d4297b7..0f3cdbc 100755
--- a/examples/get-volume.js
+++ b/examples/get-volume.js
@@ -21,7 +21,7 @@
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
// DAMAGE.
-imports.gi.versions.GUPnP = "1.2"
+imports.gi.versions.GUPnP = "1.6"
const Mainloop = imports.mainloop;
const GObject = imports.gi.GObject;
diff --git a/examples/get-volume.py b/examples/get-volume.py
index ccbd162..baf0c10 100755
--- a/examples/get-volume.py
+++ b/examples/get-volume.py
@@ -23,7 +23,7 @@
# DAMAGE.
import gi
-gi.require_version('GUPnP', '1.2')
+gi.require_version('GUPnP', '1.6')
from gi.repository import GUPnP
from gi.repository import GLib
diff --git a/examples/last-change.js b/examples/last-change.js
index 87e7a3c..1193245 100755
--- a/examples/last-change.js
+++ b/examples/last-change.js
@@ -26,7 +26,7 @@
// OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
// DAMAGE.
-imports.gi.versions.GUPnP = "1.2"
+imports.gi.versions.GUPnP = "1.6"
const Mainloop = imports.mainloop;
const GUPnP = imports.gi.GUPnP;