Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
angarg12 committed Feb 6, 2015
1 parent 428cada commit f660a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/exponential.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
angular.module('incremental',[])
.controller('IncCtrl',['$scope','$document','$interval', '$sce',function($scope,$document,$interval,$sce) {
$scope.version = 0.7;
$scope.version = 0.8;
$scope.Math = window.Math;

var startPlayer = {
Expand Down

0 comments on commit f660a40

Please sign in to comment.