From 143bbe19eea8f1656d5dd75705104b6d545d96e0 Mon Sep 17 00:00:00 2001 From: AJ Foster <2789166+aj-foster@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:39:38 -0400 Subject: [PATCH] Release 0.3.3 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f622fde..2d289b5 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the dependency in `mix.exs`: ```elixir def deps do [ - {:oapi_github, "~> 0.3.2"} + {:oapi_github, "~> 0.3.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 96f8fc4..92abfac 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GitHub.MixProject do use Mix.Project - @version "0.3.2" + @version "0.3.3" @source_url "https://github.com/aj-foster/open-api-github" def project do