Skip to content

Commit

Permalink
consistent package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlarson committed Sep 3, 2024
1 parent 30a8394 commit aa7cf9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


class Pkg(ConanFile):
name = "forti_api"
version = "0.1.10"
name = "forti-api"
version = "0.1.11"
author = "Cooper Larson | [email protected]"
url = ""
description = "FortiGate API interface"
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('forti_api', 'cpp',
version : '0.1.10',
project('forti-api', 'cpp',
version : '0.1.11',
default_options : ['warning_level=3', 'cpp_std=c++23'])

source_root = meson.source_root()
Expand Down

0 comments on commit aa7cf9f

Please sign in to comment.