aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-02-19 13:06:29 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-02-19 13:06:29 +0100
commit36816e3b4288962a452dcc5a4f59df6b0e5257ef (patch)
treec4de7ca4ae624948cde3baeeeaaf4bd15b67d01e
parent0ee071780aa22dffd25345338acaae9bbf271ed3 (diff)
downloadimpress.js-36816e3b4288962a452dcc5a4f59df6b0e5257ef.tar.gz
release 0.3
-rw-r--r--README.md12
-rw-r--r--js/impress.js8
2 files changed, 16 insertions, 4 deletions
diff --git a/README.md b/README.md
index fe9544a..8271474 100644
--- a/README.md
+++ b/README.md
@@ -20,13 +20,19 @@ It's an (un)fortunate coincidence that a Open/LibreOffice presentation tool is c
VERSION HISTORY
-----------------
-### master (in development)
-
-**CONTAINS UNRELEASED CHANGES, MAY BE UNSTABLE**
+### 0.3 ([browse](http://github.com/bartaz/impress.js/tree/0.3), [zip](http://github.com/bartaz/impress.js/zipball/0.3), [tar](http://github.com/bartaz/impress.js/tarball/0.3))
* minor CSS 3D fixes
* basic API to control the presentation flow from JavaScript
* touch event support
+* basic support for iPad (iOS 5 and iOS 4 with polyfills) and Blackberry Playbook
+
+**UPGRADING FROM PREVIOUS VERSIONS**
+
+Because API was introduced the way impress.js script is initialized was changed a bit. You not only has to include
+`impress.js` script file, but also call `impress()` function.
+
+See the source of `index.html` for example and more details.
### 0.2 ([browse](http://github.com/bartaz/impress.js/tree/0.2), [zip](http://github.com/bartaz/impress.js/zipball/0.2), [tar](http://github.com/bartaz/impress.js/tarball/0.2))
diff --git a/js/impress.js b/js/impress.js
index cef478e..9990686 100644
--- a/js/impress.js
+++ b/js/impress.js
@@ -6,7 +6,13 @@
*
* MIT Licensed.
*
- * Copyright 2011 Bartek Szopka (@bartaz)
+ * Copyright 2011-2012 Bartek Szopka (@bartaz)
+ *
+ * ------------------------------------------------
+ * author: Bartek Szopka
+ * version: 0.3
+ * url: http://bartaz.github.com/impress.js/
+ * source: http://github.com/bartaz/impress.js/
*/
(function ( document, window ) {