bump to 0.0.2

This commit is contained in:
xenia 2024-04-25 03:01:37 -04:00
parent 195b2d5296
commit 9e5d7739e0
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
(lang dune 3.15)
(name xlog)
(version 0.0.1)
(version 0.0.2)
(generate_opam_files true)

View File

@ -24,7 +24,7 @@ let
sourceSet = fs.toSource { root = sourceRoot; fileset = sourceFiles; };
in buildDunePackage rec {
pname = "xlog";
version = "0.0.1";
version = "0.0.2";
src = sourceSet;
minimalOCamlVersion = "5.1";

View File

@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.0.1"
version: "0.0.2"
synopsis: "logging library"
description: "logging library for cats written in ocaml"
maintainer: ["xenia <xenia@awoo.systems>"]