Skip to content

Commit

Permalink
Merge pull request #49 from alexhuang091/release/4.0.3
Browse files Browse the repository at this point in the history
Release/4.0.3
  • Loading branch information
alexhuang091 authored Mar 31, 2021
2 parents 0f71cc3 + bf6535c commit 4d4df2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id "com.gorylenko.gradle-git-properties" version "1.4.17"
}

version "4.0.2"
version "4.0.3"

group "au.org.ala"

Expand Down Expand Up @@ -103,8 +103,8 @@ dependencies {
compile "org.grails.plugins:ala-admin-plugin:2.2", noCache

if (!inplace) {
compile "au.org.ala.plugins.grails:biocache-hubs:3.0.2", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.1.1", noCache
compile "au.org.ala.plugins.grails:biocache-hubs:3.0.3", noCache
compile "au.org.ala.plugins.grails:downloads-plugin:2.2.0", noCache
}
}

Expand Down

0 comments on commit 4d4df2e

Please sign in to comment.