Skip to content

Commit

Permalink
Merge pull request #220 from RADAR-base/release-4.1.3
Browse files Browse the repository at this point in the history
Release 4.1.3
  • Loading branch information
blootsvoets authored Nov 10, 2022
2 parents 369e696 + 9f80f4c commit 3dde78b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<changeSet author="joris" id="Add registration creation date">
<addColumn tableName="registration">
<column name="created_at" type="datetime" beforeColumn="expires_at" defaultValueComputed="${now}">
<column name="created_at" type="datetime" defaultValueComputed="${now}">
<constraints nullable="false"/>
</column>
</addColumn>
Expand Down
2 changes: 1 addition & 1 deletion authorizer-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authorizer-app",
"version": "4.1.1",
"version": "4.1.3",
"description": "Simple app to authorize to collect data from third party services ",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions authorizer-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4288,9 +4288,9 @@ loader-utils@3.2.0:
integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==

loader-utils@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129"
integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==
version "2.0.3"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.3.tgz#d4b15b8504c63d1fc3f2ade52d41bc8459d6ede1"
integrity sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==
dependencies:
big.js "^5.2.2"
emojis-list "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = "org.radarbase"
version = "4.1.2"
version = "4.1.3"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

kotlin.code.style=official
kotlinVersion=1.7.20
kotlinVersion=1.7.21
ktlintVersion=0.45.2

okhttpVersion=4.10.0
Expand Down

0 comments on commit 3dde78b

Please sign in to comment.