Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Virviil committed Oct 23, 2016
2 parents ae922d3 + a57e218 commit ee0eead
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
### 1.0.1
### 1.0.2

#### Features

Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# Agala [![Hex.pm](https://img.shields.io/hexpm/v/agala.svg)](https://hex.pm/packages/agala) [![Travis](https://img.shields.io/travis/Virviil/agala.svg)](https://travis-ci.org/Virviil/agala) [![Deps Status](https://beta.hexfaktor.org/badge/all/github/Virviil/agala.svg)](https://beta.hexfaktor.org/github/Virviil/agala) [![Coverage](http://inch-ci.org/github/virviil/agala.svg)(http://inch-ci.org/github/virviil/agala)
# Agala [![Hex.pm](https://img.shields.io/hexpm/v/agala.svg)](https://hex.pm/packages/agala) [![Travis](https://img.shields.io/travis/Virviil/agala.svg)](https://travis-ci.org/Virviil/agala) [![Deps Status](https://beta.hexfaktor.org/badge/all/github/Virviil/agala.svg)](https://beta.hexfaktor.org/github/Virviil/agala) [![Coverage](http://inch-ci.org/github/virviil/agala.svg)](http://inch-ci.org/github/virviil/agala)

Full-featured Telegram bot framework.

Expand All @@ -10,7 +10,7 @@ You can scaffold your new bot with simple commands! To do this:

```bash
$ mix archive.install
https://github.com/Virviil/agala/releases/download/v1.0.1/agala_new-1.0.1.ez
https://github.com/Virviil/agala/releases/download/v1.0.2/agala_new.ez
```
2. Simply run

Expand All @@ -28,7 +28,7 @@ The package is [available in Hex](https://hex.pm/packages/agala), and can be ins

```elixir
def deps do
[{:agala, "~> 1.0.1"}]
[{:agala, "~> 1.0.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion installer/mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Agala.New.Mixfile do

def project do
[app: :agala_new,
version: "1.0.1",
version: "1.0.2",
elixir: "~> 1.3"
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Agala.Mixfile do

def project do
[app: :agala,
version: "1.0.1",
version: "1.0.2",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit ee0eead

Please sign in to comment.