Skip to content

Commit 7c3a147

Browse files
committed
Bump version to v2.9.7 after fixing missing repo deets in package json and updating workflow yaml
1 parent 3aca021 commit 7c3a147

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
# Step 1: Check out the code from your repository
1717
- name: Checkout code
1818
uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1921

2022
# Step 2: Set up pnpm. We're not in npm land anymore, Toto.
2123
- name: Setup pnpm

frontend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "dropsilk",
3-
"version": "2.9.6",
3+
"version": "2.9.7",
44
"author": "Ahmed medy17 <> (ahmed@dropsilk.xyz) (https://github.com/medy17)",
55
"description": "A modern, privacy-focused, peer-to-peer file transfer application built with WebRTC",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/medy17/dropsilk.git"
9+
},
610
"main": "electron/main.js",
711
"scripts": {
812
"gen:version": "node scripts/generate-version.js",

0 commit comments

Comments
 (0)