summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-11 16:16:55 +0100
committertastytea2020-01-11 16:16:55 +0100
commit905a5aae0e4a1eb7bfedab5ba6b7c6a22763237b (patch)
tree90c6feb1ff3c3e9b2e0ce6724ffe7821ccd3db35
parented43f74c01f7a91d40fd5e4ef2396cd0fe9c7ff7 (diff)
downloadmastodonpp-905a5aae0e4a1eb7bfedab5ba6b7c6a22763237b.tar
mastodonpp-905a5aae0e4a1eb7bfedab5ba6b7c6a22763237b.tar.gz
mastodonpp-905a5aae0e4a1eb7bfedab5ba6b7c6a22763237b.zip
Fix version information for Connection::patch() and put().
-rw-r--r--include/connection.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/connection.hpp b/include/connection.hpp
index 398b8d5..d746a5c 100644
--- a/include/connection.hpp
+++ b/include/connection.hpp
@@ -168,7 +168,7 @@ public:
* @param parameters A map of parameters.
*
*
- * @since 0.1.0
+ * @since 0.2.0
*/
[[nodiscard]]
answer_type patch(const endpoint_variant &endpoint,
@@ -179,7 +179,7 @@ public:
*
* @param endpoint Endpoint as API::endpoint_type or `std::string_view`.
*
- * @since 0.1.0
+ * @since 0.2.0
*/
[[nodiscard]]
inline answer_type patch(const endpoint_variant &endpoint)
@@ -194,7 +194,7 @@ public:
* @param parameters A map of parameters.
*
*
- * @since 0.1.0
+ * @since 0.2.0
*/
[[nodiscard]]
answer_type put(const endpoint_variant &endpoint,
@@ -205,7 +205,7 @@ public:
*
* @param endpoint Endpoint as API::endpoint_type or `std::string_view`.
*
- * @since 0.1.0
+ * @since 0.2.0
*/
[[nodiscard]]
inline answer_type put(const endpoint_variant &endpoint)