Skip to content

Commit

Permalink
chore(version): 🔖 upgrade to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf committed Aug 23, 2024
1 parent 4875c1f commit 2442466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)
project(simple_logger
VERSION 0.2.2.0
VERSION 0.3.0
LANGUAGES CXX
DESCRIPTION "A simple, multifunctional and header-only log library for C++17"
HOMEPAGE_URL "https://github.com/Timothy-Liuxf/simple_logger"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([simple_logger], [0.2.2.0], [[email protected]], [simple_logger], dnl
AC_INIT([simple_logger], [0.3.0], [[email protected]], [simple_logger], dnl
[https://github.com/Timothy-Liuxf/simple_logger])
AC_CONFIG_SRCDIR([include/simple_logger/simple_logger.hpp])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 2442466

Please sign in to comment.