Skip to content

Commit

Permalink
Use semver
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
  • Loading branch information
mooxl committed Jul 28, 2023
1 parent d541cf9 commit af0c6ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astroad",
"description": "Astroad - Astro",
"type": "module",
"version": "1.1",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"dev": "astro dev --host",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "astroad",
"description": "A pre-configured setup for easy website development with Astro and Payload CMS using Docker.",
"license": "MIT",
"version": "1.1",
"version": "1.1.0",
"scripts": {
"dev": "docker compose -f docker-compose.yml -f docker-compose-dev.yml up --build",
"prod": "docker compose -f docker-compose.yml -f docker-compose-prod.yml up -d --build",
Expand Down
2 changes: 1 addition & 1 deletion payload/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astroad",
"description": "Astroad - Payload",
"version": "1.1",
"version": "1.1.0",
"main": "dist/server.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit af0c6ab

Please sign in to comment.