Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Apr 9, 2019
1 parent 6872daf commit e6118cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies {
include "com.enonic.xp:lib-websocket:${xpVersion}"
include "com.enonic.xp:lib-event:${xpVersion}"
include "com.enonic.xp:lib-io:${xpVersion}"
include 'com.enonic.lib:lib-notifications:2.0.0-B1'
include "com.enonic.lib:lib-router:2.0.0-B2"
include "com.enonic.lib:lib-thymeleaf:2.0.0-B2"
include "com.enonic.lib:lib-mustache:2.0.0-B2"
include 'com.enonic.lib:lib-notifications:2.0.0-RC1'
include "com.enonic.lib:lib-router:2.0.0-RC1"
include "com.enonic.lib:lib-thymeleaf:2.0.0-RC1"
include "com.enonic.lib:lib-mustache:2.0.0-RC1"
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
group = com.enonic.starter
projectName = pwa
appName = com.enonic.starter.pwa
xpVersion=7.0.0-B5
version=2.0.0-B1
xpVersion=7.0.0-RC1
version=1.9.0
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-bin.zip
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6118cc

Please sign in to comment.