Skip to content

Commit

Permalink
Bump to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
glejeune committed Mar 9, 2017
1 parent 135a8fd commit cdf75aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 Bucs.Mixfile do
def project do
[
app: :bucs,
version: "1.0.9",
version: "1.0.10",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down
2 changes: 1 addition & 1 deletion src/bucs.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, bucs, [
{description, "Bots Unit Commons"}
, {vsn, "1.0.9"}
, {vsn, "1.0.10"}
, {modules, []}
, {registered, []}
, {applications, [kernel,stdlib,inets]}
Expand Down

0 comments on commit cdf75aa

Please sign in to comment.