Skip to content

Commit 2f55cae

Browse files
author
Ian Prest
committed
Bumping version to 0.10 and deploying.
1 parent dfb968c commit 2f55cae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ is an attempt to render these custom keycap sets as accurately as possible
1919
History
2020
-------
2121

22-
___Version 0.10:___ (not yet released)
22+
___Version 0.10:___ Nov 12, 2013
2323
* Added support for rotated key clusters.
2424
* Each key has a rotation angle and center-of-rotation.
2525
* Keys with the same angle/CoR are grouped together into a "custer" for the

kb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
var serializedTimer = false;
1919

2020
// The application version
21-
$scope.version = "0.9";
21+
$scope.version = "0.10";
2222

2323
// The selected tab; 0 == Properties, 1 == Kbd Properties, 2 == Raw Data
2424
$scope.selTab = 0;

0 commit comments

Comments
 (0)