Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Rev version to 0.2.2 for py/ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgg committed Dec 2, 2016
1 parent 975b368 commit 3e461df
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 Loqui.Mixfile do
def project do
[
app: :loqui,
version: "0.0.1",
version: "0.2.2",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='loqui',
version='0.2.1',
version='0.2.2',
author='Jake Heinz',
author_email='[email protected]',
url="http://github.com/hammerandchisel/loqui",
Expand Down

0 comments on commit 3e461df

Please sign in to comment.