Skip to content

Commit 4313938

Browse files
committed
Release v1.0.0
2 parents 69aa79e + b893285 commit 4313938

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
@@ -19,7 +19,7 @@ if (NOT CMAKE_TESTING_ENABLED AND SCOPE_ENABLE_UNIT_TESTS)
1919
endif ()
2020

2121
project(Scope
22-
VERSION "0.1.0"
22+
VERSION "1.0.0"
2323
LANGUAGES CXX
2424
)
2525

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ScopeConan(ConanFile):
66

77
# Package Info
88
name = "Scope"
9-
version = "0.1.0"
9+
version = "1.0.0"
1010
description = "An RAII scope-guard library"
1111
url = "https://github.com/bitwizeshift/Scope"
1212
author = "Matthew Rodusek <matthew.rodusek@gmail.com>"

0 commit comments

Comments
 (0)