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

Commit

Permalink
Bump version to v1.2.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
unnawut committed Jul 2, 2019
1 parent 5ea215c commit c9726b5
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 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.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/db/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule DB.Mixfile do
def project do
[
app: :db,
version: "1.2.0-dev",
version: "1.2.2-dev",
elixir: "~> 1.8",
start_permanent: Mix.env == :prod,
test_coverage: [tool: ExCoveralls],
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.2.0-dev",
version: "1.2.2-dev",
cors_origin: {:system, "CORS_ORIGIN", nil},
settings: [
:base_url,
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.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Frontend.Mixfile do
def project do
[
app: :frontend,
version: "1.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/status/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Status.Mixfile do
def project do
[
app: :status,
version: "1.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
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.2.0-dev",
version: "1.2.2-dev",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down

0 comments on commit c9726b5

Please sign in to comment.