From b5ec8370c19919d872809c30533fe44936fa1ac0 Mon Sep 17 00:00:00 2001 From: Mattias Holmlund Date: Tue, 30 Aug 2016 21:02:07 +0200 Subject: [PATCH] Release 1.3.0 --- bower.json | 2 +- js/angular-tablesort.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index bb752cb..9e414bd 100644 --- a/bower.json +++ b/bower.json @@ -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": "*" diff --git a/js/angular-tablesort.js b/js/angular-tablesort.js index 1037f31..d79d1bc 100644 --- a/js/angular-tablesort.js +++ b/js/angular-tablesort.js @@ -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 */ diff --git a/package.json b/package.json index a7d603d..f497231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-tablesort", - "version": "1.2.0", + "version": "1.3.0", "description": "Sort angularjs tables easily", "main": "index.js", "repository": {