Commit b8268692 authored by santiaago's avatar santiaago
Browse files

change version number

parent 61e4cf46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@ angular.module('tinygraphs.holder', [
  'tinygraphs.holder.holder-directive'
])

.value('version', '0.0.1');
.value('version', '0.0.3 Running Free');
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ angular.module('tinygraphs.version', [
  'tinygraphs.version.version-directive'
])

.value('version', '0.0.1');
.value('version', '0.0.3 Running Free');
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ describe('tinygraphs.version module', function() {

  describe('version service', function() {
    it('should return current version', inject(function(version) {
      expect(version).toEqual('0.0.1');
      expect(version).toEqual('0.0.3 Running Free');
    }));
  });
});