Skip to content

Commit 56a6238

Browse files
update v1.1.34
1 parent 641ce0c commit 56a6238

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
# A personal access token for the GitHub repository in which the release will be created and edited.
4646
# It is recommended to create the access token with the following scopes: `repo, user, admin:repo_hook`.
4747
repo_token: ${{ secrets.GITHUB_TOKEN }}
48-
file: dist/Git History Crawler Setup 1.1.33.exe
49-
asset_name: Git History Crawler Installer.v1.1.33.exe
48+
file: dist/Git History Crawler Setup 1.1.34.exe
49+
asset_name: Git History Crawler v1.1.34.exe
5050
tag: ${{ github.ref }}
5151
overwrite: true
5252
body: "Try git history with a nice UI"

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
manifest.json provides metadata used when your web app is installed on a
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1616
-->
17-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
17+
1818
<!--
1919
Notice the use of %PUBLIC_URL% in the tags above.
2020
It will be replaced with the URL of the `public` folder during the build.
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>React App</title>
27+
<title>Git History Crawler</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "githistorycrawler",
3-
"version": "1.1.33",
3+
"version": "1.1.34",
44
"private": true,
55
"author": "intruderia",
66
"description": "Git History Crawler",

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!--
1818
1919
-->
20-
<title>React App</title>
20+
<title>Git History Crawler</title>
2121
</head>
2222
<body>
2323
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)