Skip to content

Commit

Permalink
release: 4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminperez committed Jul 16, 2024
1 parent e4a728b commit 5a1e7eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/deployment/blog/conf.json.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "org.entcore~blog~4.0-SNAPSHOT",
"name": "org.entcore~blog~4.0.9",
"config": {
"main":"org.entcore.blog.Blog",
"port": 8018,
Expand Down
6 changes: 3 additions & 3 deletions backend/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modowner=org.entcore
modname=blog

# Your module version
version=4.0-SNAPSHOT
version=4.0.9

# The test timeout in seconds
testtimeout=300
Expand All @@ -27,7 +27,7 @@ toolsVersion=2.0.0-final
junitVersion=4.10

# compile lib
entCoreVersion=5.3-SNAPSHOT
explorerVersion=1.4-SNAPSHOT
entCoreVersion=5.3.0
explorerVersion=1.4.13

runModsArgs=
10 changes: 5 additions & 5 deletions frontend/package.json.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog",
"version": "4.0.9-%branch%.%generateVersion%",
"version": "4.0.9",
"description": "Blog tool for ENT Core.",
"homepage": "https://github.com/opendigitaleducation/blog#readme",
"bugs": {
Expand Down Expand Up @@ -44,9 +44,9 @@
]
},
"dependencies": {
"@edifice-ui/editor": "%packageVersion%",
"@edifice-ui/icons": "%packageVersion%",
"@edifice-ui/react": "%packageVersion%",
"@edifice-ui/editor": "1.5.14",
"@edifice-ui/icons": "1.5.14",
"@edifice-ui/react": "1.5.14",
"@react-spring/web": "9.7.3",
"@tanstack/react-query": "5.8.4",
"i18next": "23.8.1",
Expand All @@ -72,7 +72,7 @@
"@vitejs/plugin-react": "4.2.1",
"concurrently": "8.2.2",
"csstype": "3.1.3",
"edifice-ts-client": "%packageVersion%",
"edifice-ts-client": "1.5.14",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand Down

0 comments on commit 5a1e7eb

Please sign in to comment.