Skip to content

Commit

Permalink
Fix wrong documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyon committed Feb 18, 2022
1 parent 0bda7fa commit 8f2de57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/familiar.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Familiar do
use Familiar
def change do
create_view :active_users
create_view :active_users, version: 1
end
end
Expand All @@ -50,7 +50,7 @@ defmodule Familiar do
use Familiar
def change do
update_view :active_users, revert: 1
update_view :active_users, version: 2, revert: 1
end
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Familiar.MixProject do
use Mix.Project

@scm_url "https://github.com/Multiverse-io/familiar"
@version "0.1.3"
@version "0.1.4"

def project do
[
Expand Down

0 comments on commit 8f2de57

Please sign in to comment.