Skip to content

Commit

Permalink
Bump to patch version 0.1.1 (#66)
Browse files Browse the repository at this point in the history
* Bump frontend and backend versions to 0.1.1

* Bump to version 0.1.1
  • Loading branch information
ctmbl authored Dec 23, 2022
1 parent 37de8c4 commit b13eeb0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iscsc.fr-backend",
"version": "0.1.0",
"version": "0.1.1",
"description": "Backend of the iscsc.fr website",
"private": true,
"main": "app.js",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"proxy": "http://localhost:3001",
"name": "iscsc.fr-frontend",
"version": "0.1.0",
"version": "0.1.1",
"description": "Frontend of the iscsc.fr website",
"private": true,
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "iscsc.fr",
"version": "0.1.0",
"version": "0.1.1",
"description": "The iScsc website",
"private": true,
"scripts": {
"version": "git add package.json"
"version": "git add package.json"
}
}

0 comments on commit b13eeb0

Please sign in to comment.