Skip to content

Commit

Permalink
v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
techcoderx committed Mar 21, 2023
1 parent e13ae19 commit 2b6ea71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ function buildJsonMetadata(network) {
let jsonMeta = {
video: {},
tags: postparams.tags,
app: 'oneloveipfs/3.1.0',
app: 'oneloveipfs/3.2.0',
}

if (isPlatformSelected.DTube && allowedPlatformNetworks.DTube.includes(network)) {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ipfsvideouploader",
"productName": "OneLoveIPFS",
"version": "3.1.0",
"version": "3.2.0",
"description": "Cross-platform IPFS uploader for 3Speak and DTube videos.",
"homepage": "https://uploader.oneloveipfs.com",
"repository": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"@snyk/protect": "^1.1109.0",
"about-window": "^1.15.2",
"async": "^3.2.4",
"axios": "1.3.4",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
Expand Down

0 comments on commit 2b6ea71

Please sign in to comment.