Skip to content

Commit

Permalink
v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Jul 10, 2024
1 parent 61e6b24 commit ea414c6
Show file tree
Hide file tree
Showing 7 changed files with 643 additions and 627 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.29)

project(Airglow VERSION 1.7.4)
project(Airglow VERSION 1.7.5)

add_subdirectory(libs/Glow)

Expand Down
2 changes: 1 addition & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 8,
"cmakeMinimumRequired": {
"major": 3,
"minor": 28,
"minor": 29,
"patch": 0
},
"include": ["libs/Glow/CMakePresets.json"]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module server

go 1.22.3
go 1.22.4
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "airglow",
"fullname": "Airglow",
"description": "Split screen browser for Windows",
"version": "1.7.4",
"version": "1.7.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -20,26 +20,26 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"colorjs.io": "^0.5.0",
"esbuild": "^0.21.4",
"eslint": "^9.4.0",
"eslint-plugin-react": "^7.34.2",
"colorjs.io": "^0.5.2",
"esbuild": "^0.23.0",
"eslint": "^9.6.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.3.0",
"postcss": "^8.4.38",
"globals": "^15.8.0",
"postcss": "^8.4.39",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"rollup": "^4.18.0",
"tailwindcss": "^3.4.3",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0",
"vite": "^5.2.12"
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"rollup": "^4.18.1",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3"
}
}
Loading

0 comments on commit ea414c6

Please sign in to comment.