Skip to content

Commit

Permalink
Released version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Jan 2, 2016
1 parent d90d4e5 commit b62815a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Changelog

### v0.6.0 (master, released on Dec 26th 2015)
### v0.6.1 (master, released on January 1th 2016)
#### Bug Fixes
- Fixed cleanFieldName issue when there are no header value [#196](https://github.com/Zizzamia/ng-tasty/issues/196)

- Fixed subobjects sortable issue [#140](https://github.com/Zizzamia/ng-tasty/issues/140)

### v0.6.0 (released on Dec 26th 2015)
#### Features
- Sortable can be defined where the columns are defined [#193](https://github.com/Zizzamia/ng-tasty/issues/193)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-tasty",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-tasty",
"version": "0.6.0",
"version": "0.6.1",
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "dist/ng-tasty-tpls.min.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion website/static/js/pages/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ angular.module('myApp.pages.app', [])
$window.ga('send', 'pageview', { page: '/ng-tasty' + $location.path() });
});
}
$rootScope.version = '0.6.0';
$rootScope.version = '0.6.1';

$scope.showDownloadModal = function() {
modalInstance = $modal.open({
Expand Down

0 comments on commit b62815a

Please sign in to comment.