Skip to content

Commit

Permalink
release: 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreusat committed May 28, 2024
1 parent d573dc7 commit 5a30227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modowner=org.entcore
modname=ent-core

# Your module version
version=5.0-SNAPSHOT
version=5.1.0

# The test timeout in seconds
testtimeout=300
Expand All @@ -24,7 +24,7 @@ vertxVersion=3.9.5
junitVersion=4.10

# compile lib
webUtilsVersion=2.11-SNAPSHOT
webUtilsVersion=2.11.1
mongodbHelperVersion=2.5.1
opencsvVersion=3.9
juniversalchardetVersion=1.0.3
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ent-core",
"version": "4.12.12",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
Expand All @@ -27,7 +27,7 @@
"angular-sanitize": "1.8.3",
"axios": "0.15.3",
"core-js": "^2.4.1",
"entcore": "dev",
"entcore": "4.8.6",
"entcore-generic-icons": "https://github.com/edificeio/generic-icons.git",
"entcore-toolkit": "^1.0.1",
"humane-js": "^3.2.2",
Expand Down Expand Up @@ -75,8 +75,8 @@
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"merge2": "^1.0.3",
"ode-ngjs-front": "dev",
"ode-ts-client": "dev",
"ode-ngjs-front": "1.4.4",
"ode-ts-client": "1.2.2",
"sass-loader": "^13.0.2",
"source-map-loader": "^0.1.5",
"ts-loader": "^3.1.1",
Expand Down

0 comments on commit 5a30227

Please sign in to comment.