Skip to content

Commit

Permalink
Updated Network Manger plugin Version updated (rdkcentral#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 committed Jul 2, 2024
1 parent 519a3b8 commit d0f2f1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion docs/api/NetworkManagerPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a name="NetworkManager_Plugin"></a>
# NetworkManager Plugin

**Version: [0.2.5]()**
**Version: [0.2.6]()**

A NetworkManager plugin for Thunder framework.

Expand Down

0 comments on commit d0f2f1f

Please sign in to comment.