diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93f9e33..6c2b212 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ endif()
project(
cpptrace
- VERSION 0.0.1
+ VERSION 0.1.0
LANGUAGES CXX
)
diff --git a/README.md b/README.md
index 844618a..a6e9e1a 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,14 @@
[-Community%20Discord-blue?labelColor=2C3239&color=7289DA&style=flat&logo=discord&logoColor=959DA5)](https://discord.gg/7kv5AuCndG)
-Cpptrace is a lightweight C++ stacktrace library supporting C++11 and greater on Linux, macOS, and windows including
-mingw and cygwin environments. The goal: Make stack traces simple for once.
+Cpptrace is a lightweight C++ stacktrace library supporting C++11 and greater on Linux, macOS, and Windows including
+MinGW and Cygwin environments. The goal: Make stack traces simple for once.
Some day C++23's `` will be ubiquitous. And maybe one day the msvc implementation will be acceptable.
-🚧 WIP: This library is in beta. 🏗️
+This library is in beta, if you run into any problems please open an [issue][issue]!
+
+[issue]: https://github.com/jeremy-rifkin/cpptrace/issues
## Table of Contents
@@ -129,7 +131,7 @@ g++ main.cpp -o main -g -Wall -I$HOME/wherever/include -L$HOME/wherever/lib -lcp
### Package Managers
-TODO
+Coming soon
## API