diff --git a/package-lock.json b/package-lock.json index 51d3f12..e28d613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,7 @@ { "name": "shynet", - "version": "0.5.2", - "lockfileVersion": 1, "requires": true, + "lockfileVersion": 1, "dependencies": { "@csstools/convert-colors": { "version": "1.4.0", diff --git a/package.json b/package.json index 127ae74..e2180a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "shynet", - "version": "0.5.2", "description": "Modern, privacy-friendly, and cookie-free web analytics.", "repository": { "type": "git", diff --git a/shynet/shynet/settings.py b/shynet/shynet/settings.py index 6766eaf..33c457b 100644 --- a/shynet/shynet/settings.py +++ b/shynet/shynet/settings.py @@ -18,7 +18,7 @@ import urllib.parse as urlparse from django.contrib.messages import constants as messages # Increment on new releases -VERSION = "v0.5.2" +VERSION = "v0.6.0alpha" # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))