Skip to content

Commit

Permalink
bump version for re-uploading to Hex
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Dec 9, 2018
1 parent 5638cb5 commit 70e976d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ be found at [https://hexdocs.pm/revisionair](https://hexdocs.pm/revisionair).

## Changelog

- 0.13.2 Fixing return value of `delete_all_revisions`. Thank you, @mindreframer!
- 0.13.3 Fixing return value of `delete_all_revisions`. Thank you, @mindreframer!
- 0.13 Renaming `structure_type` and `unique_identifier` parameter names to `item_type` and `item_id` respectively, for brevity/readability.
- 0.12 Possibility of passing extra options to the storage layer, under the `storage_options:` key.
- 0.11 Rename `persistence:` option to `storage:`, as this follows the naming of `Revisionair.Storage`.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Revisionair.Mixfile do

def project do
[app: :revisionair,
version: "0.13.2",
version: "0.13.3",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 70e976d

Please sign in to comment.