Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hisorange committed Mar 20, 2023
1 parent 328f2d3 commit 57ca485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ WORKDIR /srv

COPY --from=builder /temp/.env.defaults .env.defaults
COPY --from=builder /temp/build build
COPY --from=builder /temp/docs docs
COPY --from=builder /temp/license license
COPY --from=builder /temp/package.json package.json
COPY --from=builder /temp/storage storage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artgenio/core",
"version": "0.7.0",
"version": "0.7.1",
"description": "Next generation, Headless CMS with No Code engine",
"keywords": [
"headless-cms",
Expand Down Expand Up @@ -186,4 +186,4 @@
"typescript": "^4.8.4",
"vite": "^4.2.0"
}
}
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1

0 comments on commit 57ca485

Please sign in to comment.