Skip to content

Commit

Permalink
Release version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi-Jaspers committed Jun 6, 2024
1 parent fefedc0 commit 9a7ea4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aniflix.stream",
"version": "0.3.0-SNAPSHOT",
"version": "0.2.2",
"private": true,
"engines": {
"node": ">=20.10.0 <21.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun

// Both "group" and "version" are default Gradle properties, so they need to be set here
group = "org.jordijaspers"
version = "0.3.0-SNAPSHOT"
version = "0.2.2"

// Other, non-default Gradle, properties need to be defined here
val author = "Jordi Jaspers"
Expand Down
2 changes: 1 addition & 1 deletion server/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spring:
profiles.include: ${SPRING_PROFILES_INCLUDE:development}

application:
version: 0.3.0-SNAPSHOT
version: 0.2.2
name: ${SPRING_APPLICATION_NAME:aniflix-development}
url: ${SPRING_APPLICATION_URL:http://localhost:5173}

Expand Down

0 comments on commit 9a7ea4f

Please sign in to comment.