Skip to content

Commit

Permalink
Bump project to v1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Jan 26, 2024
1 parent 2e1c604 commit 145e005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend-deno/samples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM denoland/deno:alpine-1.39.0
LABEL version="1.0.0-alpha.3" maintainer="WüSpace e. V. <[email protected]>"
LABEL version="1.0.0-alpha.4" maintainer="WüSpace e. V. <[email protected]>"

# Add files
COPY ./mod.ts /app/mod.ts
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/Frontend Development/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Now, add the following files to your directory:
"version": "1.0.0",
"type": "module",
"dependencies": {
"@wuespace/telestion": "^1.0.0-alpha.2",// (1)!
"@wuespace/telestion": "^1.0.0-alpha.4",// (1)!
"react": "^18.2.0",
"zod": "^3.22.4"// (2)!
},
Expand Down
2 changes: 1 addition & 1 deletion frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"license": "MIT",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"type": "module",
"files": [
"dist",
Expand Down

0 comments on commit 145e005

Please sign in to comment.