Skip to content

Commit

Permalink
Merge tag '1.0.0-beta.78' into develop
Browse files Browse the repository at this point in the history
Several bug fixes related to PlumDB, Partisan and AAE on user objects
  • Loading branch information
aramallo committed Aug 15, 2023
2 parents 22b97b2 + e65c6a8 commit 0c28f75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![Bondy logo](https://github.com/Leapsight/bondy/blob/develop/doc/assets/bondy_bg.png?raw=true)

![Version](https://img.shields.io/badge/version-1.0.0--beta.77-blue?style=for-the-badge)<br>
![Version](https://img.shields.io/badge/version-1.0.0--beta.78-blue?style=for-the-badge)<br>
![Docker Pulls](https://img.shields.io/docker/pulls/leapsight/bondy?style=for-the-badge)
![Docker Build (master)](https://img.shields.io/github/actions/workflow/status/bondy-io/bondy/docker_image_build.yaml?&branch=master&label=docker-master&style=for-the-badge)
![Docker Build (develop)](https://img.shields.io/github/actions/workflow/status/bondy-io/bondy/docker_image_build.yaml?&branch=develop&label=docker-develop&style=for-the-badge)
![Docker Build (latest-tag)](https://img.shields.io/github/actions/workflow/status/bondy-io/bondy/docker_image_build.yaml?&tag=version-1.0.0-beta.77&label=docker-1.0.0-beta.77&style=for-the-badge)
![Docker Build (latest-tag)](https://img.shields.io/github/actions/workflow/status/bondy-io/bondy/docker_image_build.yaml?&tag=version-1.0.0-beta.78&label=docker-1.0.0-beta.78&style=for-the-badge)
<br>![Architectures](https://img.shields.io/badge/architecture-linux%2Famd64%20%7C%20linux%2Farm64%20%7C%20macOS%2Fintel%20%7C%20macOS%2FM1-lightgrey?style=for-the-badge)


Expand Down Expand Up @@ -156,7 +156,7 @@ rebar3 as prod tar
Untar and copy the resulting tarball to the location where you want to install Bondy e.g. `~/tmp/bondy`.

```shell
tar -zxvf _build/prod/rel/bondy-1.0.0-beta.77.tar.qz -C ~/tmp/bondy
tar -zxvf _build/prod/rel/bondy-1.0.0-beta.78.tar.qz -C ~/tmp/bondy
```

#### Running
Expand Down
4 changes: 2 additions & 2 deletions apps/bondy/src/bondy.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"Bondy implements the open Web Application Messaging Protocol (WAMP) "
"and is written in Erlang."
},
{vsn, "1.0.0-beta.77"},
{vsn, "1.0.0-beta.78"},
{registered, []},
%% We pass the version number in the bondy_app:start/2 arguments
{mod, {bondy_app, [{vsn, "1.0.0-beta.77"}]}},
{mod, {bondy_app, [{vsn, "1.0.0-beta.78"}]}},
{applications,[
%% Erlang/OTP
stdlib,
Expand Down
2 changes: 1 addition & 1 deletion apps/bondy_broker_bridge/src/bondy_broker_bridge.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{description,
"Bondy Broker Bridge is an application that is part of Bondy and provides a way to integrate Events with external brokers and systems."
},
{vsn, "1.0.0-beta.77"},
{vsn, "1.0.0-beta.78"},
{registered, []},
{mod, {bondy_broker_bridge_app, []}},
{applications, [
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@


{relx, [
{release, {bondy, "1.0.0-beta.77"},[
{release, {bondy, "1.0.0-beta.78"},[
%% Erlang/OTP
crypto,
inets,
Expand Down

0 comments on commit 0c28f75

Please sign in to comment.