Skip to content

Commit 205957a

Browse files
committedApr 27, 2012
stepped version to 1.2 and added a changelog
1 parent 1fd8cd3 commit 205957a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
 

‎CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1.2: 2012-04-28
2+
* jQuery-compatible
3+
4+
1.1: 2009-08-30
5+
* First official release.
6+
* Prototype-compatible
7+
8+
1.0: 2009-07-05
9+
* Initial (experimental) release.
10+
* Prototype-compatible

‎javascripts/jtab.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* JTab - Javascript/CSS Guitar Chord and Tab Notation for the Web.
3-
* Version 1.1
3+
* Version 1.2
44
* Written by Paul Gallagher (http://tardate.com), 2009.
55
* See:
66
* http://jtab.tardate.com : more information on availability, configuration and use.
@@ -28,7 +28,7 @@
2828
//
2929

3030
var jtab = {
31-
Version : '1.1',
31+
Version : '1.2',
3232
element_count:0, //TODO:
3333
Strings : {
3434
AboutDialog : '<html><head><title>About jTab</title></head><body style=""><p style="">jTab version: {V}</p><p><a href="http://jtab.tardate.com" target="_blank">http://jtab.tardate.com</a></p><p><input type="button" class="close" value="OK" onClick="window.close()"/></p></body></html>'

0 commit comments

Comments
 (0)
Please sign in to comment.