File tree Expand file tree Collapse file tree 16 files changed +16
-16
lines changed
astarte_data_updater_plant
astarte_device_fleet_simulator Expand file tree Collapse file tree 16 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Astarte.AppEngine.API.Mixfile do
2222 [
2323 app: :astarte_appengine_api ,
2424 elixir: "~> 1.15" ,
25- version: "1.4 .0-rc.0 " ,
25+ version: "1.5 .0-dev " ,
2626 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
2727 start_permanent: Mix . env ( ) == :prod ,
2828 test_coverage: [ tool: ExCoveralls ] ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ defmodule Astarte.DataUpdaterPlant.Mixfile do
2323 [
2424 app: :astarte_data_updater_plant ,
2525 elixir: "~> 1.15" ,
26- version: "1.4 .0-rc.0 " ,
26+ version: "1.5 .0-dev " ,
2727 build_embedded: Mix . env ( ) == :prod ,
2828 start_permanent: Mix . env ( ) == :prod ,
2929 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Astarte.Housekeeping.Mixfile do
2222 def project do
2323 [
2424 app: :astarte_housekeeping ,
25- version: "1.4 .0-rc.0 " ,
25+ version: "1.5 .0-dev " ,
2626 elixir: "~> 1.15" ,
2727 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
2828 start_permanent: Mix . env ( ) == :prod ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ defmodule Astarte.Pairing.Mixfile do
2323 [
2424 app: :astarte_pairing ,
2525 elixir: "~> 1.15" ,
26- version: "1.4 .0-rc.0 " ,
26+ version: "1.5 .0-dev " ,
2727 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
2828 start_permanent: Mix . env ( ) == :prod ,
2929 test_coverage: [ tool: ExCoveralls ] ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Astarte.RealmManagement.Mixfile do
2222 def project do
2323 [
2424 app: :astarte_realm_management ,
25- version: "1.4 .0-rc.0 " ,
25+ version: "1.5 .0-dev " ,
2626 build_path: "_build" ,
2727 config_path: "config/config.exs" ,
2828 deps_path: "deps" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ defmodule Astarte.TriggerEngine.Mixfile do
2323 [
2424 app: :astarte_trigger_engine ,
2525 elixir: "~> 1.15" ,
26- version: "1.4 .0-rc.0 " ,
26+ version: "1.5 .0-dev " ,
2727 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
2828 build_embedded: Mix . env ( ) == :prod ,
2929 start_permanent: Mix . env ( ) == :prod ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ defmodule Doc.MixProject do
1010
1111 [
1212 app: :doc ,
13- version: "1.4 .0-rc.0" ,
13+ version: "1.5 .0-rc.0" ,
1414 elixir: "~> 1.15" ,
1515 start_permanent: Mix . env ( ) == :prod ,
1616 deps: deps ( ) ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Astarte.DataAccess.Mixfile do
2222 def project do
2323 [
2424 app: :astarte_data_access ,
25- version: "1.4 .0-rc.0 " ,
25+ version: "1.5 .0-dev " ,
2626 elixir: "~> 1.15" ,
2727 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
2828 start_permanent: Mix . env ( ) == :prod ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Astarte.Events.Mixfile do
2222 [
2323 app: :astarte_events ,
2424 elixir: "~> 1.15" ,
25- version: "1.4 .0-rc.0 " ,
25+ version: "1.5 .0-dev " ,
2626 build_embedded: Mix . env ( ) == :prod ,
2727 start_permanent: Mix . env ( ) == :prod ,
2828 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ defmodule Astarte.Core.Generators.MixProject do
2121 def project do
2222 [
2323 app: :astarte_generators ,
24- version: "1.4 .0-rc.0 " ,
24+ version: "1.5 .0-dev " ,
2525 elixir: "~> 1.15.7" ,
2626 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
2727 start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments