Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malczuuu committed Mar 14, 2021
1 parent 1fade84 commit 835ae41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.malczuuu"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
4 changes: 2 additions & 2 deletions front/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 front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "front",
"version": "1.2.0-SNAPSHOT",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 835ae41

Please sign in to comment.