Skip to content

Commit

Permalink
Bump version to 2.0.0 due to API changes
Browse files Browse the repository at this point in the history
Since this version changes the interface by removing SetVibration() and
requiring a vibration parameter in SendNotify(), it makes sense to
update the major version number to allow this change to be detected by
software that uses asteroidsyncservice.
  • Loading branch information
beroset authored and FlorentRevest committed May 12, 2022
1 parent 33bb934 commit 9317260
Showing 1 changed file with 1 addition and 1 deletion.
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.15)
project(asteroidsyncservice VERSION 1.0.0
project(asteroidsyncservice VERSION 2.0.0
DESCRIPTION "A synchronization daemon for AsteroidOS watches"
)

Expand Down

0 comments on commit 9317260

Please sign in to comment.