Skip to content

Commit

Permalink
finally fixed #198, cant add movies & shows
Browse files Browse the repository at this point in the history
also fixed multi-user CPU issue
  • Loading branch information
dularion committed Jul 2, 2016
1 parent 9e0d9b9 commit a9c4adf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
classpath "gradle.plugin.com.craigburke.gradle:bower-installer-gradle:2.5.1"
classpath "org.grails.plugins:hibernate4:5.0.5"
classpath "com.bertramlabs.plugins:asset-pipeline-gradle:2.8.2"
classpath "org.grails.plugins:views-gradle:1.0.9"
classpath "org.grails.plugins:views-gradle:1.0.12"
}
}

Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies {
compile "org.grails:grails-plugin-gsp"
compile "org.grails.plugins:hibernate4"
compile "org.hibernate:hibernate-ehcache"
compile "org.grails.plugins:views-json"
compile "org.grails.plugins:views-json:1.0.12"
console "org.grails:grails-console"
profile "org.grails.profiles:angular:3.1.6"
runtime "com.h2database:h2"
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="pull-left flex">
<a class="logo" ui-sref="dash">
<asset:image src="logo.png"></asset:image>
<div class="version">v1.0.1</div>
<div class="version">v1.0.3</div>
<div class="spinner" ng-show="baseData.loading">
<div class="bounce1"></div>
<div class="bounce2"></div>
Expand Down

0 comments on commit a9c4adf

Please sign in to comment.