Skip to content

Commit

Permalink
chore: release version v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdugan3 committed Jan 22, 2024
1 parent af8c5af commit 4317776
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.3.6](https://github.com/frankdugan3/pyro/compare/v0.3.5...v0.3.6) (2024-01-22)




## [v0.3.5](https://github.com/frankdugan3/pyro/compare/v0.3.4...v0.3.5) (2024-01-22)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These steps assume you are adding Pyro to an existing Phoenix LiveView app, as g
```elixir
def deps do
[
{:pyro, "~> 0.3.5"},
{:pyro, "~> 0.3.6"},

### OPTIONAL DEPS BELOW ###

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Pyro.MixProject do
use Mix.Project

@source_url "https://github.com/frankdugan3/pyro"
@version "0.3.5"
@version "0.3.6"
@description """
Component tooling for Phoenix.
"""
Expand Down

0 comments on commit 4317776

Please sign in to comment.