We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252e68a commit b5d19ceCopy full SHA for b5d19ce
mix.exs
@@ -4,7 +4,7 @@ defmodule GitHubWebhook.MixProject do
4
def project do
5
[
6
app: :github_webhook,
7
- version: "0.1.0",
+ version: "0.2.0",
8
elixir: "~> 1.12",
9
start_permanent: Mix.env() == :prod,
10
description: "Github webhook plug",
0 commit comments