Skip to content

Commit 94972f5

Browse files
committed
bump version to 1.4.1
1 parent d3c61c4 commit 94972f5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apiNG",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"homepage": "https://github.com/JohnnyTheTank/apiNG",
55
"authors": [
66
"Jonathan Hornung <jonathan.hornung@gmail.com>"

dist/aping.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
@name: aping
3-
@version: 1.4.0 (07-07-2016)
3+
@version: 1.4.1 (14-10-2016)
44
@author: Jonathan Hornung <jonathan.hornung@gmail.com>
55
@url: https://github.com/JohnnyTheTank/apiNG
66
@license: MIT
@@ -21,7 +21,7 @@ angular.module('jtt_aping')
2121
.value('apingResults', {})
2222
.directive('aping', ['apingResults', 'apingDefaultSettings', 'apingUtilityHelper', '$templateRequest', '$compile', function (apingResults, apingDefaultSettings, apingUtilityHelper, $templateRequest, $compile) {
2323
return {
24-
restrict: 'E',
24+
restrict: 'EA',
2525
transclude: true,
2626
template: '<ng-transclude></ng-transclude>',
2727
scope: {

dist/aping.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aping",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "apiNG is an AngularJS directive that enables you to receive, aggregate, limit, order and display data from one or more sources. The complete setup is dead simple, just by adding data-attributes to your html",
55
"main": "dist/aping.js",
66
"repository": {

0 commit comments

Comments
 (0)