Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #336 from TrueCar/cybrass/version-0-10-3
Browse files Browse the repository at this point in the history
0.10.3
  • Loading branch information
christinebrass authored Nov 3, 2016
2 parents 089d7ca + c0d8767 commit 3f9d196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gluestick",
"version": "0.10.2",
"version": "0.10.3",
"description": "GlueStick is a command line interface for quickly developing universal web applications using React",
"main": "src/cli-harmony.js",
"bin": "src/cli-harmony.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/new/src/config/.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is automatically generated. You can copy this file and add a
# Dockerfile to the root of the project if you would like to use a custom
# docker setup.
FROM truecar/gluestick:0.10.2
FROM truecar/gluestick:0.10.3

ADD . /app

Expand Down

0 comments on commit 3f9d196

Please sign in to comment.