Fixing build_tools version injector
This commit is contained in:
@ -1 +1 @@
|
||||
3.44.2
|
||||
3.44.3
|
||||
File diff suppressed because one or more lines are too long
@ -100,8 +100,8 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1581633525";
|
||||
var version = "3.44.2";
|
||||
var build = "1581633554";
|
||||
var version = "3.44.3";
|
||||
|
||||
// Construct the script tag
|
||||
var js = document.createElement("script");
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mopidy-iris",
|
||||
"version": "3.44.2",
|
||||
"version": "3.44.3",
|
||||
"description": "Mopidy HTTP interface",
|
||||
"repository": "https://github.com/jaedb/iris",
|
||||
"author": "James Barnsley <james@barnsley.nz>",
|
||||
|
||||
Reference in New Issue
Block a user