Skip to content

Commit

Permalink
Increment version, remove depracated version field from bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
esjewett committed Apr 8, 2016
1 parent 8ec217d commit 078015a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"palladio.js",
"palladio.css"
],
"version": "1.2.0-beta.05",
"homepage": "https://github.com/humanitiesplusdesign/palladio",
"authors": [],
"license": "",
Expand Down
2 changes: 1 addition & 1 deletion src/js/palladio.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// for usage examples.

angular.module('palladio', [])
.constant('version', '1.2.0-beta.05')
.constant('version', '1.2.0-beta.06')
.factory('palladioService', ['$compile', "$rootScope", '$q', function($compile, $scope, $q) {

var updateListeners = d3.map();
Expand Down

0 comments on commit 078015a

Please sign in to comment.