diff --git a/source/Ox.Geo/Ox.Geo.js b/source/Ox.Geo/Ox.Geo.js index 370095c3..e0d5eed3 100644 --- a/source/Ox.Geo/Ox.Geo.js +++ b/source/Ox.Geo/Ox.Geo.js @@ -2,7 +2,7 @@ Ox.load.Geo = function(options, callback) { - Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json', function(data) { + Ox.getJSON(Ox.PATH + 'Ox.Geo/json/Ox.Geo.json?' + Ox.VERSION, function(data) { //@ Constants ---------------------------------------------------------- @@ -261,4 +261,4 @@ Ox.load.Geo = function(options, callback) { }); -} \ No newline at end of file +} diff --git a/source/Ox.Unicode/Ox.Unicode.js b/source/Ox.Unicode/Ox.Unicode.js index 379a05cf..9f8d589b 100644 --- a/source/Ox.Unicode/Ox.Unicode.js +++ b/source/Ox.Unicode/Ox.Unicode.js @@ -2,7 +2,7 @@ Ox.load.Unicode = function(options, callback) { - Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json', function(chars) { + Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json?' + Ox.VERSION, function(chars) { //@ Constants ----------------------------------------------------------