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

Commit 3e461df

Browse files
committed
Rev version to 0.2.2 for py/ex
1 parent 975b368 commit 3e461df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Loqui.Mixfile do
44
def project do
55
[
66
app: :loqui,
7-
version: "0.0.1",
7+
version: "0.2.2",
88
elixir: "~> 1.3",
99
build_embedded: Mix.env == :prod,
1010
start_permanent: Mix.env == :prod,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name='loqui',
29-
version='0.2.1',
29+
version='0.2.2',
3030
author='Jake Heinz',
3131
author_email='jh@discordapp.com',
3232
url="http://github.com/hammerandchisel/loqui",

0 commit comments

Comments
 (0)