From 086c459ed314604aa650aaec56b080a978ea9994 Mon Sep 17 00:00:00 2001 From: "Juan Pablo [Lipibook]" Date: Thu, 22 Oct 2015 00:02:57 -0300 Subject: [PATCH] bug fixing and version updated --- README.md | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9df808c..d3286b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AngularJS Environment Plugin -Version 1.0.2 +Version 1.0.3 An useful plugin that allows you to set up different variables such as API Url, Sockets, Paths, etc, based on the context of script execution, which means you can set up (for example) different API endpoints depending if you are working on development, stage or production. diff --git a/bower.json b/bower.json index ab38d7b..21aadda 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-environment", "main": "dist/angular-environment.js", - "version": "1.0.2", + "version": "1.0.3", "homepage": "https://github.com/juanpablob/angular-environment", "authors": [ "juanpablob "