Skip to content

Commit

Permalink
Bump angular and project version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Sep 6, 2024
1 parent bbb3175 commit bc542bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: 'io.spring.dependency-management'

allprojects {
group 'org.radarbase'
version '2.1.2' // project version
version '2.1.3' // project version

// The comment on the previous line is only there to identify the project version line easily
// with a sed command, to auto-update the version number with the prepare-release-branch.sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "management-portal",
"version": "2.1.2",
"version": "2.1.3",
"description": "Description for ManagementPortal",
"private": true,
"cacheDirectories": [
Expand Down

0 comments on commit bc542bc

Please sign in to comment.