Skip to content

Commit df670b7

Browse files
committed
* Updated package version to 1.0.1
* Updated links.
1 parent c632d19 commit df670b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Editor/Preferences/GitPreferencesWindow.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public static void DrawHelpAbout()
397397
EditorGUILayout.BeginHorizontal();
398398

399399
if (GUILayout.Button("Asset Store", urlStyle, GUILayout.ExpandWidth(false))) {
400-
var assetStoreURL = "https://assetstore.unity.com/packages/tools/version-control/TODO:SET_URL_WHEN_AVAILABLE";
400+
var assetStoreURL = "https://assetstore.unity.com/packages/tools/version-control/wise-integration-with-git-284277";
401401
Application.OpenURL(assetStoreURL);
402402
}
403403

@@ -411,7 +411,7 @@ public static void DrawHelpAbout()
411411
GUILayout.Label("|", GUILayout.ExpandWidth(false));
412412

413413
if (GUILayout.Button("Unity Forum", urlStyle, GUILayout.ExpandWidth(false))) {
414-
var unityForumURL = "https://forum.unity.com/threads/TODO:SET_URL_WHEN_AVAILABLE";
414+
var unityForumURL = "https://discussions.unity.com/t/wise-git-powerful-tortoisegit-snailgit-integration/949659";
415415
Application.OpenURL(unityForumURL);
416416
}
417417

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "devlocker.versioncontrol.wisegit",
33
"displayName": "WiseGit",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"unity": "2022.3",
66
"description": "Simple but powerful Git integration. Provides you with git context menus, overlay icons and takes care of moved or deleted files.",
77
"category": "VersionControl",

0 commit comments

Comments
 (0)