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

Commit

Permalink
Merge branch 'hotfix/0.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
hisapy committed Sep 30, 2016
2 parents 6822ee9 + 550a302 commit 69c2aec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ db:
- "55432:5432" # use this port to access Postgres from outside of the container.

mix_deps:
image: iporaitech/pwr2:latest
image: iporaitech/pwr2-docker:latest
volumes:
- /home/app/mix_deps
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Webapp.Mixfile do

def project do
[app: :webapp,
version: "0.3.3",
version: "0.3.4",
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pwr2-docker-ui",
"description": "Javascript dependencies for pwr2-docker, a Docker image based on Ubuntu providing a base setup for a Phoenix+Webpack+Relay+React project, with some sugar and conventions to develop and build your own web applications.",
"main": "webpack.config.js",
"version": "0.3.3",
"version": "0.3.4",
"contributors": [
{
"name": "Iporaitech and others",
Expand Down

0 comments on commit 69c2aec

Please # to comment.