Skip to content

Commit

Permalink
Bump khepri_mnesia_migration to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Nov 15, 2024
1 parent acc200a commit ab6755c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Using Rebar:

```erlang
%% In rebar.config
{deps, [{khepri_mnesia_migration, "0.7.0"}]}.
{deps, [{khepri_mnesia_migration, "0.7.1"}]}.
```

Using Erlang.mk:

```make
# In your Makefile
DEPS += khepri_mnesia_migration
dep_khepri_mnesia_migration = hex 0.7.0
dep_khepri_mnesia_migration = hex 0.7.1
```

Using Mix:
Expand All @@ -48,7 +48,7 @@ Using Mix:
# In mix.exs
defp deps do
[
{:khepri_mnesia_migration, "0.7.0"}
{:khepri_mnesia_migration, "0.7.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@author The RabbitMQ team <rabbitmq-core@groups.vmware.com>
@copyright 2022-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
@title The Mnesia↔Khepri migration toolkit
@version 0.7.0
@version 0.7.1

@doc
`khepri_mnesia_migration' is a library providing helpers to migrate data
Expand Down
2 changes: 1 addition & 1 deletion src/khepri_mnesia_migration.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% vim:ft=erlang:sw=2:et:
{application, khepri_mnesia_migration,
[{description, "Tools to migrate between Mnesia and Khepri"},
{vsn, "0.7.0"},
{vsn, "0.7.1"},
{registered, [khepri_mnesia_migration_sup,
m2k_cluster_sync_sup]},
{mod, {khepri_mnesia_migration_app, []}},
Expand Down

0 comments on commit ab6755c

Please # to comment.