Skip to content

Commit

Permalink
bump the jTab version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed Jul 24, 2012
1 parent 81faf51 commit 90c7838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.3: 2012-07-24
* remove lowpro dependency

1.2: 2012-04-28
* jQuery-compatible
* new jtab.AddChord method
Expand Down
4 changes: 2 additions & 2 deletions javascripts/jtab.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* JTab - Javascript/CSS Guitar Chord and Tab Notation for the Web.
* Version 1.2
* Version 1.3
* Written by Paul Gallagher (http://tardate.com), 2009. (original version and maintainer)
* Contributions:
* Jason Ong (https://github.com/jasonong)
Expand Down Expand Up @@ -32,7 +32,7 @@
//

var jtab = {
Version : '1.2',
Version : '1.3',
element_count:0, //TODO:
Strings : {
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>'
Expand Down

0 comments on commit 90c7838

Please # to comment.