From 257ba8f3d57af349f72006117aaf5813a09461aa Mon Sep 17 00:00:00 2001 From: Junaid Ilyas Date: Tue, 9 Feb 2016 15:46:38 +0000 Subject: [PATCH] Release v0.1.1 --- dest/adaptive.min.js | 2 +- dest/adaptive.src.js | 4 ++-- package.json | 2 +- src/adaptive.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dest/adaptive.min.js b/dest/adaptive.min.js index 98f3397..54fb549 100644 --- a/dest/adaptive.min.js +++ b/dest/adaptive.min.js @@ -1,4 +1,4 @@ -/*! angular-adaptive v0.1.0: A hybrid between adaptive and responsive templating. Provides a directive to dynamically load device specific templates in a responsive manner. +/*! angular-adaptive v0.1.1: A hybrid between adaptive and responsive templating. Provides a directive to dynamically load device specific templates in a responsive manner. * Copyright 2016 Junaid Ilyas * Licensed under MIT * https://junaidilyas.github.io/angular-adaptive */ diff --git a/dest/adaptive.src.js b/dest/adaptive.src.js index c1408c3..2138854 100644 --- a/dest/adaptive.src.js +++ b/dest/adaptive.src.js @@ -1,4 +1,4 @@ -/*! angular-adaptive v0.1.0: A hybrid between adaptive and responsive templating. Provides a directive to dynamically load device specific templates in a responsive manner. +/*! angular-adaptive v0.1.1: A hybrid between adaptive and responsive templating. Provides a directive to dynamically load device specific templates in a responsive manner. * Copyright 2016 Junaid Ilyas * Licensed under MIT * https://junaidilyas.github.io/angular-adaptive */ @@ -100,7 +100,7 @@ window.matchMedia || (window.matchMedia = function() { "use strict"; /** * angular-adaptive - A hybrid between adaptive and responsive templating. - * @version v0.1.0 + * @version v0.1.1 * @link https://junaidilyas.github.io/angular-adaptive * @author Junaid Ilyas * @license MIT License, http://www.opensource.org/licenses/MIT diff --git a/package.json b/package.json index 0dd3902..7328a20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-adaptive", - "version": "0.1.0", + "version": "0.1.1", "description": "A hybrid between adaptive and responsive templating. Provides a directive to dynamically load device specific templates in a responsive manner.", "main": "dest/adaptive.min.js", "scripts": { diff --git a/src/adaptive.js b/src/adaptive.js index 9937971..cc0b470 100644 --- a/src/adaptive.js +++ b/src/adaptive.js @@ -3,7 +3,7 @@ /** * angular-adaptive - A hybrid between adaptive and responsive templating. - * @version v0.1.0 + * @version v0.1.1 * @link https://junaidilyas.github.io/angular-adaptive * @author Junaid Ilyas * @license MIT License, http://www.opensource.org/licenses/MIT