Skip to content

Commit 520350a

Browse files
Version Correction
1 parent d9d9f34 commit 520350a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document
216216

217217
<a name="version"></a>
218218
# Version
219-
* 1.4.3 - Added MetadataOrTagsAreTooLarge error messsage
219+
* 1.4.4 - Added MetadataOrTagsAreTooLarge error messsage
220220
* 1.4.2 - Adding API Key Authorization
221221
* 1.4.0 - Adding Metadata and Tags
222222
* 1.2.1 - Adding optional retry logic for Http requests. If configured, the request will retry when certain 500 errors occur (500, 502, 503, 504)

lib/socketlabs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module SocketLabs
22
module InjectionApi
3-
VERSION = '1.4.3'
3+
VERSION = '1.4.4'
44
end
55
end

0 commit comments

Comments
 (0)