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 8671092 commit 6d35d07Copy full SHA for 6d35d07
2 files changed
mix.exs
@@ -2,7 +2,7 @@ defmodule RruleCodec.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/team-alebmic/rrule_codec"
5
- @version "0.1.3"
+ @version "0.1.4"
6
7
def project do
8
[
native/rrule_codec_rs/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "rrule_codec_rs"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Chris Hopkins"]
edition = "2024"
0 commit comments