Skip to content

Commit

Permalink
Updated Network Manger plugin Version updated (#5452)
Browse files Browse the repository at this point in the history
* Updated NetworkManger plugin version

* Update NetworkManager.json

* Update NetworkManagerPlugin.md

(cherry picked from commit c871677)
  • Loading branch information
cmuhammedrafi authored and karuna2git committed Jul 5, 2024
1 parent 822457c commit f16c8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NetworkManager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_package(WPEFramework)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 5)
set(VERSION_PATCH 6)

add_compile_definitions(NETWORKMANAGER_MAJOR_VERSION=${VERSION_MAJOR})
add_compile_definitions(NETWORKMANAGER_MINOR_VERSION=${VERSION_MINOR})
Expand Down
2 changes: 1 addition & 1 deletion NetworkManager/NetworkManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"locator": "libWPEFrameworkNetworkManager.so",
"status": "production",
"description": "A Unified `NetworkManager` plugin that allows you to manage Ethernet and Wifi interfaces on the device.",
"version": "0.1.0"
"version": "0.2.6"
},
"common": {
"$ref": "../../common/common.json"
Expand Down

0 comments on commit f16c8f9

Please sign in to comment.