Skip to content

Commit

Permalink
v 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Nov 10, 2018
1 parent f829ab7 commit a312f3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.1
## 1.2

* Command names are now in Title Case and some have been abbreviated.
* The keyboard chart makes more use of symbols to identify the keys.
Expand Down
2 changes: 1 addition & 1 deletion www/scripts/bindings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '1.1.1'
__version__ = '1.2'

from lxml import etree

Expand Down
2 changes: 1 addition & 1 deletion www/scripts/bindingsData.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

__version__ = '1.1.1'
__version__ = '1.2'

from collections import OrderedDict

Expand Down

0 comments on commit a312f3e

Please sign in to comment.