Skip to content

Commit 65c71ed

Browse files
committed
chore: set version to 0.1.1 as its first release of new project
1 parent 8fa3ec6 commit 65c71ed

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule RruleParser.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/team-alebmic/rrule_parser"
5-
@version "1.2.0"
5+
@version "0.1.1"
66

77
def project do
88
[

native/rrule_parser_rs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/rrule_parser_rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rrule_parser_rs"
3-
version = "0.2.0"
4-
authors = []
3+
version = "0.1.0"
4+
authors = ["Chris Hopkins"]
55
edition = "2024"
66

77
[lib]

priv/native/librrule_parser_rs.so

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)