Skip to content

Commit 51d66fc

Browse files
authored
Merge pull request #36 from hotwax/cleanup
Updated release version
2 parents a2d554d + dacf0ae commit 51d66fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

component.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ under the License.
1919
-->
2020

2121
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
22-
name="shopify-app" version="3.3.0">
22+
name="shopify-app" version="3.3.1">
2323
<!-- no dependencies -->
2424
</component>

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN git clone --depth 1 -b "v3.3.0" https://github.com/hotwax/moqui-framework.gi
2323
WORKDIR /moqui-framework
2424
RUN git clone --depth 1 -b "v3.2.0" https://github.com/hotwax/moqui-runtime.git runtime
2525
WORKDIR /moqui-framework/runtime/component
26-
RUN git clone -b "v3.3.0" https://github.com/hotwax/shopify-app-bridge.git
26+
RUN git clone -b "v3.3.1" https://github.com/hotwax/shopify-app-bridge.git
2727

2828
WORKDIR /moqui-framework
2929

0 commit comments

Comments
 (0)