Skip to content

Commit e2a0ff3

Browse files
committed
update(entrypoint): Set Version
1 parent 128c66f commit e2a0ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/entrypoint.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const char *SwiftlyPlugin::GetLicense()
297297

298298
const char *SwiftlyPlugin::GetVersion()
299299
{
300-
return "1.0.0";
300+
return "0.0.2 - Alpha";
301301
}
302302

303303
const char *SwiftlyPlugin::GetDate()
@@ -327,5 +327,5 @@ const char *SwiftlyPlugin::GetName()
327327

328328
const char *SwiftlyPlugin::GetURL()
329329
{
330-
return "https://";
330+
return "https://github.com/swiftly-solution/swiftly";
331331
}

0 commit comments

Comments
 (0)