diff --git a/CHANGELOG.md b/CHANGELOG.md index f033132c..232f249c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Changelog -### v0.5.3 (master, released on April 6th 2015) +### v0.5.4 (master, released on May 4th 2015) +#### Features +- Document and refactoring of loadOnInit on server side table [#131](https://github.com/Zizzamia/ng-tasty/issues/131) + +### v0.5.3 (released on April 6th 2015) #### Features - Add show all to table pagination [#121](https://github.com/Zizzamia/ng-tasty/issues/121) diff --git a/bower.json b/bower.json index d5c9634a..33f70f72 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ng-tasty", - "version": "0.5.3", + "version": "0.5.4", "homepage": "https://github.com/Zizzamia/ng-tasty", "authors": [ { diff --git a/package.json b/package.json index 2e6bfdbd..882596cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-tasty", - "version": "0.5.3", + "version": "0.5.4", "description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.", "main": "index.js", "devDependencies": { diff --git a/website/static/js/pages/app.js b/website/static/js/pages/app.js index 542d89fa..1f43fd7c 100644 --- a/website/static/js/pages/app.js +++ b/website/static/js/pages/app.js @@ -7,7 +7,7 @@ angular.module('myApp.pages.app', []) $window.ga('send', 'pageview', { page: '/ng-tasty' + $location.path() }); }); } - $rootScope.version = '0.5.3'; + $rootScope.version = '0.5.4'; $scope.showDownloadModal = function() { modalInstance = $modal.open({