Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacro59 committed Jan 25, 2021
1 parent 8443a6b commit df89e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions GameActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public GameActivity(IPlayniteAPI api) : base(api)

// Add plugin localization in application ressource.
PluginLocalization.SetPluginLanguage(pluginFolder, api.ApplicationSettings.Language);

// Add common in application ressource.
Common.Load(pluginFolder);
Common.SetEvent(PlayniteApi);
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Id: playnite-gameactivity-plugin
Name: GameActivity
Author: Lacro59
Version: 1.2.2
Version: 1.3
Module: GameActivity.dll
Type: GenericPlugin
Icon: icon.png
Expand Down

0 comments on commit df89e59

Please sign in to comment.