From b271306f9385a032c68ca8c291afcc179b80078c Mon Sep 17 00:00:00 2001 From: cbmarcum Date: Sun, 10 Nov 2019 11:14:41 -0500 Subject: [PATCH] Refs #81 - fixed some issues. build.gradle: updated app version. notice-message: changes × to X. product/index view: fixed large to small on image variable. --- build.gradle | 2 +- grails-app/views/common/_notice-message.gsp | 2 +- grails-app/views/product/index.gsp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index db2c2d6..61d1ed8 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'maven' apply plugin: 'signing' -version "3.3.16.2" // added needed updates from master after branch created +version "3.3.16.3" // added needed updates from master after branch created group "net.codebuilders" description 'MyBusiness - a Grails 3.3 plugin for E-Commerce' mainClassName = 'net.codebuilders.mybusiness.Application' diff --git a/grails-app/views/common/_notice-message.gsp b/grails-app/views/common/_notice-message.gsp index bf89e2e..0103f26 100644 --- a/grails-app/views/common/_notice-message.gsp +++ b/grails-app/views/common/_notice-message.gsp @@ -2,7 +2,7 @@