com.puzzlescapegames.services 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ using System;
2
2
 
3
3
  namespace PuzzlescapeGames.Services.VibrationService
4
4
  {
5
- internal sealed class VibrationService : IVibrationService
5
+ public sealed class VibrationService : IVibrationService
6
6
  {
7
7
  public VibrationService()
8
8
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name" : "com.puzzlescapegames.services",
3
3
  "displayName" : "Puzzlescape Games Services",
4
- "version" : "1.1.2",
4
+ "version" : "1.1.3",
5
5
  "author" : "Puzzlescape Games",
6
6
  "description" : "Common services.",
7
7
  "repository": {