From b08d1e089da18a89fdf81c3c7bee7b40ab1f52bc Mon Sep 17 00:00:00 2001 From: Justin Willmert Date: Wed, 19 Jun 2024 12:39:29 -0500 Subject: [PATCH] Bump version for patch release --- LICENSE.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index a502719..685a474 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018–2023: Justin Willmert +Copyright (c) 2018–2024: Justin Willmert Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Project.toml b/Project.toml index a6bfe3f..376fb15 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BitFlags" uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35" authors = ["Justin Willmert "] -version = "0.1.8" +version = "0.1.9" [compat] julia = "1"