Skip to content

Commit 827a6de

Browse files
committed
Update version
1 parent c0cf6cb commit 827a6de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- Adminable behaviour and `__using__` macro
1313
- Basic ability to list, create, and edit schemas
14+
15+
## [0.1.1] - 2019-05-23
16+
17+
### Fixed
18+
19+
- [Pagination not working](https://github.com/revelrylabs/adminable/pull/1)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Adminable.MixProject do
44
def project do
55
[
66
app: :adminable,
7-
version: "0.1.0",
7+
version: "0.1.1",
88
elixir: "~> 1.8",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)