Skip to content

Commit

Permalink
Release v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed May 26, 2023
1 parent c4a4f04 commit 165875d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "OONI Probe Desktop app",
"author": "Open Observatory of Network Interference (OONI) <contact@openobservatory.org>",
"productName": "OONI Probe",
"version": "3.9.0-rc.1",
"version": "3.9.0",
"probeVersion": "3.17.2",
"main": "main/index.js",
"license": "BSD-3-Clause",
Expand All @@ -25,7 +25,7 @@
"packonly:linux": "electron-builder --linux",
"packonly:mac": "electron-builder --mac",
"packonly:win": "electron-builder --win --x64",
"publish": "yarn run build:clean && electron-builder --mac --win -p always",
"publish": "yarn run build:clean && electron-builder --mac --win --linux -p always",
"publish:mac": "yarn run build:clean && electron-builder --mac -p always",
"publish:win": "yarn run build:clean && electron-builder --win -p always",
"icon-gen": "icon-gen -i static/Icon-Color.svg -o build/icons -r --ico --icns",
Expand Down

0 comments on commit 165875d

Please sign in to comment.