Skip to content

Commit

Permalink
fix: typo in macos release (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente authored Aug 12, 2023
1 parent 4f298e6 commit a46a0e1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
'./apps/electron/dist/ontime-macOS-x64.dmg'
'./apps/electron/dist/ontime-macOS-arm64.dmg'
./apps/electron/dist/ontime-macOS-x64.dmg
./apps/electron/dist/ontime-macOS-arm64.dmg
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "2.3.8",
"version": "2.3.9",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "2.3.8",
"version": "2.3.9",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ontime-server",
"type": "module",
"main": "src/index.ts",
"version": "2.3.8",
"version": "2.3.9",
"exports": "./src/index.js",
"dependencies": {
"body-parser": "^1.20.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "2.3.8",
"version": "2.3.9",
"description": "Time keeping for live events",
"keywords": [
"lighdev",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ontime-utils",
"type": "module",
"exports": "./index.ts",
"version": "2.3.8",
"version": "2.3.9",
"private": true,
"description": "shared logic for ontime",
"scripts": {
Expand Down

0 comments on commit a46a0e1

Please sign in to comment.