Skip to content

Commit c752a0c

Browse files
committed
Correct release date and fixed typo
1 parent f76eb81 commit c752a0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/rest_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ PUT https://<host>:<port>/file-upload/?resource-name=<file-path>
253253
```
254254

255255
### Replace file on the cloud server
256-
All files with given file name and owned by the requestor will be replaced (removed) by provided file.
256+
All files with given file name and owned by the requester will be replaced (removed) by provided file.
257257
_NOTE: All additional information such as tags, version and custom access rights will be reset to initial values._
258258
```
259259
PUT https://<host>:<port>/file-replace/?resource-name=<file-path>

src/Config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(PROJECT_VERSION "1.0.0")
22
set(PROJECT_YEAR "2025")
3-
set(PROJECT_RELEASE_DATE "2025-07-08")
3+
set(PROJECT_RELEASE_DATE "2025-12-09")
44
set(PROJECT_PACKAGE_NAME "range-cloud")
55
set(PROJECT_TARGET_NAME "cloud")
66
set(PROJECT_HUMAN_NAME "Range Cloud")

0 commit comments

Comments
 (0)