Skip to content

Commit

Permalink
Version bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
25huizengek1 committed Nov 12, 2023
1 parent 3af9d6f commit ffbfb5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ plugins {

allprojects {
group = "me.huizengek.swimrankingsscraper"
version = "1.0.0"
version = "1.0.1"

repositories {
mavenCentral()
}
}
}
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "frontend",
"license": "AGPL-3.0-or-later",
"version": "1.0.1",
"scripts": {
"dev": "solid-start dev",
"build": "NODE_ENV=production solid-start build",
Expand Down Expand Up @@ -28,4 +29,4 @@
"engines": {
"node": "18"
}
}
}

0 comments on commit ffbfb5d

Please sign in to comment.