Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Properly bump version to v1.1.3 (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
unnawut authored Jan 14, 2020
1 parent 9b1ce22 commit e822ba2
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/activity_logger/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ActivityLogger.MixProject do
def project do
[
app: :activity_logger,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/admin_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AdminAPI.Mixfile do
def project do
[
app: :admin_api,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/admin_panel/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AdminPanel.Mixfile do
def project do
[
app: :admin_panel,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/ewallet/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Mix.Config

config :ewallet,
ecto_repos: [],
version: "1.1.0",
version: "1.1.3",
settings: [
:base_url,
:sender_email,
Expand Down
2 changes: 1 addition & 1 deletion apps/ewallet/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EWallet.Mixfile do
def project do
[
app: :ewallet,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/ewallet_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EWalletAPI.Mixfile do
def project do
[
app: :ewallet_api,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/ewallet_config/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EWalletConfig.MixProject do
def project do
[
app: :ewallet_config,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/ewallet_db/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule EWalletDB.Mixfile do
def project do
[
app: :ewallet_db,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/load_tester/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule LoadTester.MixProject do
def project do
[
app: :load_tester,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/local_ledger/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule LocalLedger.Mixfile do
def project do
[
app: :local_ledger,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/local_ledger_db/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule LocalLedgerDB.Mixfile do
def project do
[
app: :local_ledger_db,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/url_dispatcher/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule UrlDispatcher.Mixfile do
def project do
[
app: :url_dispatcher,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/utils/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Utils.MixProject do
def project do
[
app: :utils,
version: "1.1.0",
version: "1.1.3",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion docker-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ -z "$IMAGE_NAME" ]; then
if [ $DEV_MODE = 1 ]; then
IMAGE_NAME="omisegoimages/ewallet-builder:v1.1"
else
IMAGE_NAME="omisego/ewallet:1.1.0"
IMAGE_NAME="omisego/ewallet:1.1.3"
fi
fi

Expand Down

0 comments on commit e822ba2

Please sign in to comment.