Skip to content

Commit 5425d78

Browse files
committed
update(entrypoint): Incrementing version
1 parent d94f623 commit 5425d78

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
@@ -301,7 +301,7 @@ const char *SwiftlyPlugin::GetLicense()
301301

302302
const char *SwiftlyPlugin::GetVersion()
303303
{
304-
return "0.0.2 - Alpha";
304+
return "0.0.3 - Alpha";
305305
}
306306

307307
const char *SwiftlyPlugin::GetDate()
@@ -321,7 +321,7 @@ const char *SwiftlyPlugin::GetAuthor()
321321

322322
const char *SwiftlyPlugin::GetDescription()
323323
{
324-
return "Swiftly - Plugin";
324+
return "Swiftly - Plugin Manager";
325325
}
326326

327327
const char *SwiftlyPlugin::GetName()

0 commit comments

Comments
 (0)