Skip to content

Commit

Permalink
Bumping the version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinst committed Sep 12, 2017
1 parent 0b8576d commit bd8a583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Code Climate](https://img.shields.io/codeclimate/github/ateliware/triplex.svg)](https://codeclimate.com/github/ateliware/triplex)
[![Inline docs](http://inch-ci.org/github/ateliware/triplex.svg?branch=master&style=flat)](http://inch-ci.org/github/ateliware/triplex)

Triplex is elixir lib that makes multitenancy based on separate
Triplex is an elixir lib that makes multitenancy based on separate
databases/schemas easier for you!

With one line of configuration and some function calls you can create, drop and
Expand All @@ -30,7 +30,7 @@ The package can be installed as:

```elixir
def deps do
[{:triplex, "~> 1.1.4"}]
[{:triplex, "~> 1.1.5"}]
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 Triplex.Mixfile do
def project do
[
app: :triplex,
version: "1.1.4",
version: "1.1.5",
elixir: "~> 1.4",

description: "Database multitenancy for Elixir applications.",
Expand Down

0 comments on commit bd8a583

Please sign in to comment.