diff --git a/bower.json b/bower.json index ce18ce8..44342f4 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bulbs-component-clickventure", "description": "Frontend dependencies for Clickventure component.", - "version": "0.1.4", + "version": "0.1.5", "private": true, "ignore": [ "compat-builds", diff --git a/setup.py b/setup.py index 57b06d9..1ac573d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup name = "bulbs-component-clickventure" -version = "0.1.4" +version = "0.1.5" requires = [ "django-bulbs==0.6.1",