From 17105e1455ecd570a40da755434a249c91fcc35e Mon Sep 17 00:00:00 2001
From: Leon Zhang
Date: Sun, 18 Aug 2013 18:36:05 -0700
Subject: [PATCH] 1.0.3beta release
---
VERSION | 2 +-
docs.html | 6 +++---
download.html | 6 +++---
index.html | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/VERSION b/VERSION
index b075f08c..0ee5831e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.2beta
\ No newline at end of file
+1.0.3beta
\ No newline at end of file
diff --git a/docs.html b/docs.html
index 8c069036..8dccc4f0 100644
--- a/docs.html
+++ b/docs.html
@@ -20,7 +20,7 @@
Documentation
- Version 1.0.2beta
+ Version 1.0.3beta
Usage
To include Brick in your project, include your downloaded stylesheet and script files in your project's page like normal:
-
<link rel="stylesheet" type="text/css" href="brick-1.0.2beta.css"/>
<script type="text/javascript" src="brick-1.0.2beta.js"></script>
+ <link rel="stylesheet" type="text/css" href="brick-1.0.3beta.css"/>
<script type="text/javascript" src="brick-1.0.3beta.js"></script>
Using any of Brick's components is as simple as including the respective tag in your HTML markup. (See individual component docs for details.)
Important: To run code relying on any of Brick's tags, make sure to wait until the x-tags library's "DOMComponentsLoaded"
event instead of just window.onload
:
diff --git a/download.html b/download.html
index 7ff03381..66f78901 100644
--- a/download.html
+++ b/download.html
@@ -19,7 +19,7 @@