Skip to content

Commit

Permalink
Version increased (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejFrnka authored May 23, 2024
1 parent 058542a commit 3dbe490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/sportsmatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com'
version = '0.0.1-SNAPSHOT'
version = '1.0.0'

java {
sourceCompatibility = '17'
Expand Down
2 changes: 1 addition & 1 deletion frontend/sportsmatch-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sportsmatch-app",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 3dbe490

Please sign in to comment.