Skip to content

Commit

Permalink
prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Oct 11, 2020
1 parent a907e60 commit 0f56d6e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/hex-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
tags:
- '*'

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2

- name: Publish to Hex.pm
uses: erlangpack/github-action@v1
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ erl_crash.dump
ex_pesa-*.tar

config/dev.exs
/.vscode
/.vscode
/.DS_Store
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [x] B2C
- [x] B2B
- [x] C2B
- [ ] Reversal
- [x] Reversal
- [x] Transaction Status
- [x] Account Balance
- [ ] JengaWS(Equity)
Expand All @@ -45,7 +45,7 @@ by adding `ex_pesa` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_pesa, "~> 0.1.0"}
{:ex_pesa, "~> 0.1.1"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExPesa.MixProject do
def project do
[
app: :ex_pesa,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
description: "Payment Library For Most Public Payment API's in Kenya and hopefully Africa.",
Expand Down Expand Up @@ -34,7 +34,7 @@ defmodule ExPesa.MixProject do
defp package do
[
name: "ex_pesa",
maintainers: ["Paul Oguda, Magak Emmanuel, Frank Midigo, Tracey Onim"],
maintainers: ["Paul Oguda, Magak Emmanuel, Tracey Onim, Anthony Leiro, Frank Midigo, Evans Okoth "],
licenses: ["MIT"],
links: %{
"GitHub" => "https://github.com/beamkenya/ex_pesa.git",
Expand Down

0 comments on commit 0f56d6e

Please sign in to comment.