Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarArnason committed Jun 4, 2020
1 parent f94ca28 commit da394f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0.0)
project(ArduinoQueue VERSION 1.2.2)
project(ArduinoQueue VERSION 1.2.3)

include(CTest)
enable_testing()
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArduinoQueue
version=1.2.2
version=1.2.3
author=Einar Arnason <[email protected]>
maintainer=Einar Arnason <[email protected]>
sentence=Queue Library
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11.0)
project(test_ArduinoQueue VERSION 1.2.2)
project(test_ArduinoQueue VERSION 1.2.3)

include(FetchContent)

Expand Down

0 comments on commit da394f5

Please sign in to comment.