Skip to content

Commit

Permalink
Merge pull request #42 from HEnquist/frontend101
Browse files Browse the repository at this point in the history
Update frontend to v1.0.1
  • Loading branch information
HEnquist authored Nov 10, 2022
2 parents a653c63 + ec74441 commit 0b72fa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: HEnquist/camillagui
ref: v1.0.0-final
ref: v1.0.1
- name: Build and publish
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: HEnquist/camillagui
ref: v1.0.0-final
ref: v1.0.1
- name: Build and publish
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion backend/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (1, 0, 0)
VERSION = (1, 0, 1)

0 comments on commit 0b72fa4

Please sign in to comment.