Skip to content

Commit

Permalink
Released version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Dec 10, 2014
1 parent c4cd9f3 commit d1f401d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Changelog

### v0.4.0 (master, released on December 8th 2014)
### v0.4.1 (released on December 10th 2014)
#### Bug Fixes
- Fixed bad list module name in dist folder [#63](https://github.com/Zizzamia/ng-tasty/issues/63)


### v0.4.0 (released on December 8th 2014)
#### Features
- Added support for templateUrl scope in pagination directive [#61](https://github.com/Zizzamia/ng-tasty/issues/61)

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.4.0",
"version": "0.4.1",
"homepage": "https://github.com/Zizzamia/ng-tasty",
"authors": [
"@zizzamia",
Expand Down
2 changes: 1 addition & 1 deletion docs/static/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ angular.module('myApp.controllers', [])
$window.ga('send', 'pageview', { page: '/ng-tasty' + $location.path() });
});
}
$rootScope.version = '0.4.0';
$rootScope.version = '0.4.1';

$scope.showDownloadModal = function() {
modalInstance = $modal.open({
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.4.0",
"version": "0.4.1",
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit d1f401d

Please sign in to comment.