Skip to content

Commit 9762eeb

Browse files
committed
0.0.6
1 parent 977d6e2 commit 9762eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1 class="md-headline">Angular Material Keyboard Demo</h1>
5353
], 'lang': ['de']
5454
});
5555

56-
// default layout is english
56+
// default layout is german
5757
$mdKeyboardProvider.defaultLayout('Deutsch');
5858
})
5959
.controller('keyboardDemoCtrl', function ($scope) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
"test": "echo \"Error: no test specified\" && exit 1",
5959
"build": "gulp build"
6060
},
61-
"version": "0.0.5"
61+
"version": "0.0.6"
6262
}

0 commit comments

Comments
 (0)