Skip to content

Commit

Permalink
Increase version number (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaslehnertum committed Dec 13, 2023
1 parent ed805ad commit e428f91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollon_standalone",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"main": "index.js",
"repository": "[email protected]:ls1intum/Apollon_standalone.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"clean": "rm -rf ../../build/server",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"clean": "rm -rf ../../build/webapp",
Expand Down

0 comments on commit e428f91

Please sign in to comment.