Skip to content

Commit 3b4ce7f

Browse files
author
Alejandro de Haro
committed
Advances to v1.0.0-alpha
1 parent 5e2492a commit 3b4ce7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#----------------------- PROJECT CONFIGURATION --------------------------------
22
cmake_minimum_required(VERSION 3.10)
3-
project(cpp-dotenv VERSION 0.3.0)
3+
project(cpp-dotenv VERSION 1.0.0)
44

55
set(CMAKE_CXX_STANDARD 11)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://raw.githubusercontent.com/adeharo9/cpp-dotenv/dev/cpp-dotenv.png" alt="cpp-dotenv" align="right"/>
44

5-
![version 0.3.0](https://img.shields.io/badge/version-0.3.0-blue "version 0.3.0")
5+
![v1.0.0-alpha](https://img.shields.io/badge/version-v1.0.0--alpha-blue "v1.0.0-alpha")
66
![BSD 3-clause license](https://img.shields.io/badge/license-BSD%203--clause-green "BSD 3-clause license")
77

88
Loads environment variables from `.env` files for C++ projects.

0 commit comments

Comments
 (0)