Fixing build_tools version injector

This commit is contained in:
James Barnsley
2020-02-14 11:39:47 +13:00
parent 80e6d38f5d
commit 6534e176b0
5 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
3.44.2 3.44.3

File diff suppressed because one or more lines are too long

View File

@ -100,8 +100,8 @@
// Release details // Release details
// These are automatically injected to built HTML // These are automatically injected to built HTML
var build = "1581633525"; var build = "1581633554";
var version = "3.44.2"; var version = "3.44.3";
// Construct the script tag // Construct the script tag
var js = document.createElement("script"); var js = document.createElement("script");

View File

@ -1,6 +1,6 @@
{ {
"name": "mopidy-iris", "name": "mopidy-iris",
"version": "3.44.2", "version": "3.44.3",
"description": "Mopidy HTTP interface", "description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris", "repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <james@barnsley.nz>", "author": "James Barnsley <james@barnsley.nz>",

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = Mopidy-Iris name = Mopidy-Iris
version = 3.44.2 version = 3.44.3
url = https://github.com/jaedb/mopidy-iris url = https://github.com/jaedb/mopidy-iris
author = James Barnsley author = James Barnsley
author_email = james@barnsley.nz author_email = james@barnsley.nz