Commit 31f19d66 authored by Evren Kutar's avatar Evren Kutar

version0.6.5tag

parent 62f3f75d
0.6.4
\ No newline at end of file
0.6.5
\ No newline at end of file
......@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
'ulakbus.version.version-directive'
])
.value('version', '0.6.4');
.value('version', '0.6.5');
......@@ -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.4');
expect(version).toEqual('0.6.5');
}));
});
});
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