Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #85 from niklaslong/release
Browse files Browse the repository at this point in the history
Prepare 0.2.0 release
  • Loading branch information
niklaslong authored Nov 1, 2020
2 parents 4a8e0b0 + eca6244 commit c4ce41f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.or
---

A [Matrix](https://matrix.org/) SDK for Elixir. It is currently in active (and
early) development. The first (unstable) version has been released to hex. The
docs can be found at
early) development. The docs can be found at
[https://hexdocs.pm/matrix_sdk](https://hexdocs.pm/matrix_sdk).

The first release provides a simple wrapper around the main endpoints of the
The library currently provides a simple wrapper around the main endpoints of the
[Matrix client-server API](https://matrix.org/docs/spec/client_server/r0.6.1).
There are still many endpoints to be implemented; if you feel like
contributing, please don't hesitate to open an issue or a PR (all skill levels
Expand All @@ -36,7 +35,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:matrix_sdk, "~> 0.1.0"}
{:matrix_sdk, "~> 0.2.0"}
]
end
```
Expand Down
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 MatrixSDK.MixProject do
def project do
[
app: :matrix_sdk,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit c4ce41f

Please sign in to comment.