From 35288e3c947ab055dcc55aeb7ad6ab80b8a2d6d2 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 10 Jan 2015 01:08:04 +0900 Subject: [PATCH] Update version (1.1.0-rc1) --- _docs/public/example/blocks.content.html | 2 +- _docs/public/example/hue.content.html | 2 +- _docs/public/example/keyboard.content.html | 2 +- _docs/public/example/mosaic.content.html | 2 +- _docs/public/example/paint.content.html | 2 +- _docs/public/example/perspective.content.html | 2 +- _docs/public/example/rotate.content.html | 2 +- _docs/public/index.html | 4 ++-- version.txt | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) 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 { }

Ebiten (海老天)

-

v1.1.0-alpha

+

v1.1.0-rc1

  • API Docs
  • -
  • GitHub project page (Development version: v1.1.0-alpha)
  • +
  • GitHub project page (Development version: v1.2.0-alpha)
  • Features

    diff --git a/version.txt b/version.txt index 1c6f7dee7..8376431e3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0-alpha +1.1.0-rc1