Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranx committed Nov 4, 2020
1 parent 84b41c8 commit 807ca48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/SHADERed/Objects/WebAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

namespace ed {
const std::string WebAPI::URL = "api.shadered.org"; // TODO: change URL & ports
const char* WebAPI::Version = "1.4.1";
const char* WebAPI::Version = "1.4.2";

bool isDigitsOnly(const std::string& str)
{
Expand Down Expand Up @@ -286,7 +286,7 @@ namespace ed {
/*
base64.cpp and base64.h
Copyright (C) 2004-2008 René Nyffenegger
Copyright (C) 2004-2008 Ren� Nyffenegger
This source code is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages
Expand All @@ -306,7 +306,7 @@ namespace ed {
3. This notice may not be removed or altered from any source distribution.
René Nyffenegger [email protected]
Ren� Nyffenegger [email protected]
*/
static const std::string base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Expand Down
2 changes: 1 addition & 1 deletion src/SHADERed/Objects/WebAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ed {
class WebAPI {
public:
static const std::string URL;
static const int InternalVersion = 17;
static const int InternalVersion = 18;
static const char* Version;

// info that /api/search will return
Expand Down

0 comments on commit 807ca48

Please sign in to comment.