Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiash committed Aug 30, 2016
1 parent fe28c20 commit b5ec837
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-tablesort",
"description": "Sort AngularJS tables easily",
"version": "1.2.0",
"version": "1.3.0",
"main": ["./js/angular-tablesort.js", "./tablesort.css"],
"dependencies": {
"angular": "*"
Expand Down
2 changes: 1 addition & 1 deletion js/angular-tablesort.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
angular-tablesort v1.2.0
angular-tablesort v1.3.0
(c) 2013-2016 Mattias Holmlund, http://mattiash.github.io/angular-tablesort
License: MIT
*/
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": "angular-tablesort",
"version": "1.2.0",
"version": "1.3.0",
"description": "Sort angularjs tables easily",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit b5ec837

Please sign in to comment.