Skip to content

Commit

Permalink
Release v0.1.1 (#5)
Browse files Browse the repository at this point in the history
* Fix hex publish step in publish job

* bump version to 0.1.1
  • Loading branch information
mcrumm authored Nov 29, 2018
1 parent 773d04f commit 9e6547f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- run: mix compile --force
- run: mix docs
- run: mix publish --yes
- run: mix hex.publish --yes


workflows:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Guss.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit 9e6547f

Please sign in to comment.