Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
woutkolkman committed May 14, 2023
1 parent f25549a commit a77327c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FivePebblesPong/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace FivePebblesPong
{
//also edit version in "modinfo.json"
[BepInPlugin("maxi-mol.fivepebblespong", "Five Pebbles Pong", "1.0.2")] //(GUID, mod name, mod version)
[BepInPlugin("maxi-mol.fivepebblespong", "Five Pebbles Pong", "1.0.3")] //(GUID, mod name, mod version)
public class Plugin : BaseUnityPlugin
{
//for accessing logger https://rainworldmodding.miraheze.org/wiki/Code_Environments
Expand Down
2 changes: 1 addition & 1 deletion FivePebblesPong/bin/fivepebblespong/modinfo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "maxi-mol.fivepebblespong",
"name": "Five Pebbles Pong",
"version": "1.0.2",
"version": "1.0.3",
"authors": "Maxi Mol",
"description": "Adds a game controller to Five Pebbles' room. If slugcat grabs it, Pebbles invites you to play Pong. The controls are the up and down keys. This mod does not alter existing dialogue or behavior.",
"youtube_trailer_id": "I4w8U9lszao",
Expand Down

0 comments on commit a77327c

Please sign in to comment.