Skip to content

Commit 780e967

Browse files
committed
Bump version
1 parent eee5633 commit 780e967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SHADERed/Objects/WebAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace ed {
2323
const std::string WebAPI::URL = "http://api.shadered.org";
24-
const char* WebAPI::Version = "1.5.5";
24+
const char* WebAPI::Version = "1.5.6";
2525

2626
bool isDigitsOnly(const std::string& str)
2727
{

src/SHADERed/Objects/WebAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace ed {
77
class WebAPI {
88
public:
99
static const std::string URL;
10-
static const int InternalVersion = 26;
10+
static const int InternalVersion = 27;
1111
static const char* Version;
1212

1313
// info that /api/search will return

0 commit comments

Comments
 (0)