Commit e06c089f authored by Evren Kutar's avatar Evren Kutar

version 0.6.3

parent 61ebf13b
0.6.2
\ No newline at end of file
0.6.3
\ No newline at end of file
......@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
'ulakbus.version.version-directive'
])
.value('version', '0.6.2');
.value('version', '0.6.3');
......@@ -5,7 +5,7 @@ describe('ulakbus.version module', function() {
describe('version service', function() {
it('should return current version', inject(function(version) {
expect(version).toEqual('0.6.2');
expect(version).toEqual('0.6.3');
}));
});
});
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment