Skip to content

Commit

Permalink
v1.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
adammhaile committed Nov 7, 2015
1 parent bfdb0bc commit a1a8238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pixelweb/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div class="pusher" id="main_content">
<div class="ui basic segment ui_pane" id="paneAbout">
<img class="ui huge centered image" src="/img/PixelWebLogo_Large.png">
<p class="ui basic center aligned segment largeFont">v1.0.5 beta</p>
<p class="ui basic center aligned segment largeFont">v1.0.6 beta</p>
<p class="ui basic center aligned segment largeFont">Thank you for choosing PixelWeb!</p>
<p class="ui basic center aligned segment largeFont">PixelWeb is Open Source, under the MIT License and provided free of charge to all. If you paid for this software, please contact Maniacal Labs via <a href="mailto:[email protected]">[email protected]</a> to report the license violation.</p>
<p class="ui basic center aligned segment largeFont"></p>
Expand Down
2 changes: 1 addition & 1 deletion pixelweb_genmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import inspect

from bibliopixel import *
from bibliopixel.animation import *
import pixelweb.loader
import pixelweb.loader as loader
from pixelweb.util import d
# import config
import os, sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run(self):

setup(
name='PixelWeb',
version='1.0b5',
version='1.0b6',
description='PixelWeb is a flexible web-based UI for BiblioPixel',
author='Adam Haile',
author_email='[email protected]',
Expand Down

0 comments on commit a1a8238

Please sign in to comment.