Skip to content

Commit df6f6d1

Browse files
committed
Updated version to v0.1.1
1 parent ede3bb5 commit df6f6d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src.wsjcpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automaticly generated by [email protected]
22
cmake_minimum_required(VERSION 3.0)
33

4-
add_definitions(-DWSJCPP_APP_VERSION="v0.1.0")
4+
add_definitions(-DWSJCPP_APP_VERSION="v0.1.1")
55
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-geoip")
66

77
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")

unit-tests.wsjcpp/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.0)
33

44
project(unit-tests C CXX)
5-
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.0")
5+
add_definitions(-DWSJCPP_APP_VERSION="ut-v0.1.1")
66
add_definitions(-DWSJCPP_APP_NAME="unit-tests-wsjcpp-geoip")
77

88
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
@@ -38,7 +38,7 @@ list (APPEND WSJCPP_INCLUDE_DIRS "../src.wsjcpp/wsjcpp_validators/")
3838
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.h")
3939
list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.cpp")
4040

41-
# wsjcpp-geoip:v0.1.0
41+
# wsjcpp-geoip:v0.1.1
4242
list (APPEND WSJCPP_INCLUDE_DIRS "../src")
4343
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_geoip.cpp")
4444
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_geoip.h")

wsjcpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wsjcpp_version: v0.0.1
22
cmake_minimum_required: 3.0
33
cmake_cxx_standard: 11
44
name: wsjcpp-geoip
5-
version: v0.1.0
5+
version: v0.1.1
66
description: C++. Call request to another services for get location coordinates by IP-address
77
issues: https://github.com/wsjcpp/wsjcpp-geoip/issues
88
keywords:

0 commit comments

Comments
 (0)