We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee5633 commit 780e967Copy full SHA for 780e967
src/SHADERed/Objects/WebAPI.cpp
@@ -21,7 +21,7 @@
21
22
namespace ed {
23
const std::string WebAPI::URL = "http://api.shadered.org";
24
- const char* WebAPI::Version = "1.5.5";
+ const char* WebAPI::Version = "1.5.6";
25
26
bool isDigitsOnly(const std::string& str)
27
{
src/SHADERed/Objects/WebAPI.h
@@ -7,7 +7,7 @@ namespace ed {
7
class WebAPI {
8
public:
9
static const std::string URL;
10
- static const int InternalVersion = 26;
+ static const int InternalVersion = 27;
11
static const char* Version;
12
13
// info that /api/search will return
0 commit comments