We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47bf51 commit ac93905Copy full SHA for ac93905
CHANGELOG.md
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
---
11
12
+## [0.3.3] – 2024-07-04
13
+- Update dependencies.
14
+
15
## [0.3.2] – 2024-06-21
16
- Update dependencies.
17
mix.exs
@@ -2,7 +2,7 @@ defmodule Resvg.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/mrdotb/resvg_nif"
5
- @version "0.3.2"
+ @version "0.3.3"
6
7
def project do
8
[
0 commit comments