diff --git a/_docs/public/example/blocks.content.html b/_docs/public/example/blocks.content.html index 9ba0f8567..aa0dd83c2 100644 --- a/_docs/public/example/blocks.content.html +++ b/_docs/public/example/blocks.content.html @@ -31,7 +31,7 @@ window.addEventListener('load', function() { var s = document.createElement('script'); var src = 'blocks.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/hue.content.html b/_docs/public/example/hue.content.html index 66fecdf3f..535b38548 100644 --- a/_docs/public/example/hue.content.html +++ b/_docs/public/example/hue.content.html @@ -31,7 +31,7 @@ window.addEventListener('load', function() { var s = document.createElement('script'); var src = 'hue.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/keyboard.content.html b/_docs/public/example/keyboard.content.html index b68a5b8b6..f36a4f525 100644 --- a/_docs/public/example/keyboard.content.html +++ b/_docs/public/example/keyboard.content.html @@ -31,7 +31,7 @@ window.addEventListener('load', function() { var s = document.createElement('script'); var src = 'keyboard.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/mosaic.content.html b/_docs/public/example/mosaic.content.html index 581739780..15a1a277f 100644 --- a/_docs/public/example/mosaic.content.html +++ b/_docs/public/example/mosaic.content.html @@ -31,7 +31,7 @@ window.addEventListener('load', function() { var s = document.createElement('script'); var src = 'mosaic.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/paint.content.html b/_docs/public/example/paint.content.html index 2d7fb4dd8..e18ec3f8b 100644 --- a/_docs/public/example/paint.content.html +++ b/_docs/public/example/paint.content.html @@ -31,7 +31,7 @@ window.addEventListener('load', function() { var s = document.createElement('script'); var src = 'paint.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/perspective.content.html b/_docs/public/example/perspective.content.html index fb89faec9..07c2fc608 100644 --- a/_docs/public/example/perspective.content.html +++ b/_docs/public/example/perspective.content.html @@ -31,7 +31,7 @@ window.addEventListener('load', function() { var s = document.createElement('script'); var src = 'perspective.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/example/rotate.content.html b/_docs/public/example/rotate.content.html index d0aaa42c3..fb8f532c5 100644 --- a/_docs/public/example/rotate.content.html +++ b/_docs/public/example/rotate.content.html @@ -31,7 +31,7 @@ window.addEventListener('load', function() { var s = document.createElement('script'); var src = 'rotate.js'; if (isProduction()) { - src = 'http://hajimehoshi.github.io/ebiten.pagestorage/master/' + src; + src = 'http://hajimehoshi.github.io/ebiten.pagestorage/1.1/' + src; } s.src = src; document.body.appendChild(s); diff --git a/_docs/public/index.html b/_docs/public/index.html index 6102d348b..b49714170 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -33,7 +33,7 @@ pre { }
v1.1.0-alpha
+v1.1.0-rc1