We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36630ce commit 452c09dCopy full SHA for 452c09d
backend/src/kitconcept/website/__init__.py
@@ -5,7 +5,7 @@
5
import logging
6
7
8
-__version__ = "1.0.0b3"
+__version__ = "1.0.0a0"
9
10
PACKAGE_NAME = "kitconcept.website"
11
frontend/packages/website/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kitconcept/website",
3
- "version": "1.0.0-beta.3",
+ "version": "1.0.0-alpha.0",
4
"description": "A CMS solution for public websites. Created by kitconcept.",
"main": "src/index.ts",
"license": "MIT",
repository.toml
@@ -1,5 +1,5 @@
[repository]
-name = "kitconcept.website"
+name = "kitconcept-website"
changelog = "CHANGELOG.md"
version = "version.txt"
compose = ["docker-compose.yml"]
0 commit comments