Commit c6245908 authored by Evren Kutar's avatar Evren Kutar

version0.6.7

parent 2ee3dfa2
0.6.6
\ No newline at end of file
0.6.7
\ No newline at end of file
......@@ -5,4 +5,4 @@ angular.module('ulakbus.version', [
'ulakbus.version.version-directive'
])
.value('version', '0.6.6');
.value('version', '0.6.7');
......@@ -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.6');
expect(version).toEqual('0.6.7');
}));
});
});
This diff is collapsed.
This diff is collapsed.
......@@ -1084,7 +1084,7 @@ table.dataTable thead .sorting:after {
margin-right: -5px;
}
.dashboard-main-search .fa {
.bordered-fa-icon {
padding: 10px 15px;
border: 1px solid #e0e0e0;
border-bottom-right-radius: 3px;
......
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