Skip to content

Commit 122210d

Browse files
Versioning
Signed-off-by: Anatoli Nicolae <nicolaeanatoli@gmail.com>
1 parent e5314db commit 122210d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 thundersquared
3+
Copyright (c) 2018-2019 thundersquared
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function makeRequest($path = '', $args = null)
3131
'headers' => [
3232
'Accept' => 'application/json',
3333
'Authorization' => 'Bearer ' . $this->token,
34-
'User-Agent' => $this->userAgent || 'envato-api/0.0.3'
34+
'User-Agent' => $this->userAgent || 'sqrd/envato-api/1.0.0'
3535
]
3636
];
3737

0 commit comments

Comments
 (0)