Skip to content

Commit 21c7310

Browse files
Arpan-GArpan-G
Arpan-G
authored and
Arpan-G
committed
bump app version
1 parent 647af8b commit 21c7310

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

apps/dashboard/config/dev.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ config :dashboard, DashboardWeb.Endpoint,
1111
debug_errors: true,
1212
code_reloader: true,
1313
check_origin: false,
14+
server: true,
1415
watchers: [
1516
node: [
1617
"node_modules/webpack/bin/webpack.js",

apps/dashboard/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Dashboard.MixProject do
44
def project do
55
[
66
app: :dashboard,
7-
version: "0.1.0",
7+
version: "0.1.1",
88
build_path: "../../_build",
99
config_path: "../../config/config.exs",
1010
deps_path: "../../deps",

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Csv2sql.Umbrella.MixProject do
44
def project do
55
[
66
apps_path: "apps",
7-
version: "0.1.0",
7+
version: "2.0.1",
88
build_embedded: Mix.env() == :prod,
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)