Skip to content

Commit

Permalink
bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpan-G authored and Arpan-G committed Nov 16, 2020
1 parent 647af8b commit 21c7310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/dashboard/config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config :dashboard, DashboardWeb.Endpoint,
debug_errors: true,
code_reloader: true,
check_origin: false,
server: true,
watchers: [
node: [
"node_modules/webpack/bin/webpack.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Dashboard.MixProject do
def project do
[
app: :dashboard,
version: "0.1.0",
version: "0.1.1",
build_path: "../../_build",
config_path: "../../config/config.exs",
deps_path: "../../deps",
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Csv2sql.Umbrella.MixProject do
def project do
[
apps_path: "apps",
version: "0.1.0",
version: "2.0.1",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 21c7310

Please sign in to comment.