Skip to content

Commit

Permalink
update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Nov 7, 2023
1 parent a38cdc4 commit 2c582fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-admob/src/admob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace dmAdmob {

static const char DEFOLD_USERAGENT[] = "defold-3.3.1";
static const char DEFOLD_USERAGENT[] = "defold-3.4.0";

static int Lua_Initialize(lua_State* L)
{
Expand Down

0 comments on commit 2c582fa

Please sign in to comment.