Skip to content

Commit

Permalink
0.1.4 Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
merqlove committed Jul 28, 2016
1 parent 4b6baef commit 32cf28d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions lib/redix/pubsub/fastlane/server.ex
Expand Up @@ -110,11 +110,6 @@ defmodule Redix.PubSub.Fastlane.Server do
{:noreply, %{ state | connected: false }}
end

def handle_cast({:punsubscribe, [pattern], _}, state) do
IO.inspect pattern
{:noreply, %{ state | connected: false }}
end

def handle_info({:redix_pubsub, redix_pid, operation, _}, %{redix_pid: redix_pid} = state) when operation in @subscribed_callbacks do
{:noreply, state}
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -2,7 +2,7 @@ defmodule RedixPubsubFastlane.Mixfile do
use Mix.Project

@project_url "https://github.com/merqlove/redix_pubsub_fastlane"
@version "0.1.3"
@version "0.1.4"

def project do
[app: :redix_pubsub_fastlane,
Expand Down

0 comments on commit 32cf28d

Please sign in to comment.