Skip to content

Commit

Permalink
Update project description and repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Sir-Thom committed Dec 22, 2023
1 parent 97abdca commit ae83565
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Release
on:
push:
branches: ["main"]
tags:
- 'v*'
workflow_dispatch:
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": "magic-eye",
"description": "A magic eye app",
"description": "An application to let you wacth stream from mediamtx media server",
"version": "0.9.0",
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "magic_eye"
version = "0.9.0"
description = "A Tauri App"
description = "An application to let you wacth stream from mediamtx media server"
authors = ["Thomas Toulouse"]
license = "MIT"
repository = ""
repository = "https://github.com/Sir-Thom/Magic-eye"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit ae83565

Please sign in to comment.