Skip to content

Commit

Permalink
release: Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Dec 29, 2018
1 parent 61dc73c commit e4f614f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/cf/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CF.Mixfile do
def project do
[
app: :cf,
version: "0.9.1",
version: "0.9.2",
build_path: "../../_build",
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
config_path: "../../config/config.exs",
Expand Down
2 changes: 1 addition & 1 deletion apps/cf_atom_feed/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CF.AtomFeed.Mixfile do
def project do
[
app: :cf_atom_feed,
version: "0.9.1",
version: "0.9.2",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/cf_graphql/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CF.GraphQL.Mixfile do
def project do
[
app: :cf_graphql,
version: "0.9.1",
version: "0.9.2",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/cf_jobs/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CF.Jobs.Mixfile do
def project do
[
app: :cf_jobs,
version: "0.9.1",
version: "0.9.2",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion apps/cf_opengraph/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CF.Opengraph.MixProject do
def project do
[
app: :cf_opengraph,
version: "0.9.1",
version: "0.9.2",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
2 changes: 1 addition & 1 deletion apps/cf_rest_api/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CF.RestApi.Mixfile do
def project do
[
app: :cf_rest_api,
version: "0.9.1",
version: "0.9.2",
build_path: "../../_build",
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
config_path: "../../config/config.exs",
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: "0.9.1",
version: "0.9.2",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down

0 comments on commit e4f614f

Please sign in to comment.