Skip to content

Commit

Permalink
Release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Mar 3, 2021
1 parent 5e58ce0 commit 1a9562b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.3.3

March 2021.

* Include correct files in published package on hex.pm.

## v1.3.2

February 2021.
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 Eredis.Mixfile do
use Mix.Project

@source_url "https://github.com/Nordix/eredis/"
@version "1.3.2"
@version "1.3.3"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion src/eredis.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,eredis,
[{description,"Erlang Redis Client"},
{vsn,"1.3.2"},
{vsn,"1.3.3"},
{modules,[eredis,eredis_client,eredis_parser,eredis_sub,
eredis_sub_client]},
{registered,[]},
Expand Down

0 comments on commit 1a9562b

Please sign in to comment.