mirror of
https://gitlab.com/cristofa/tauri-plugin-keep-screen-on.git
synced 2025-12-23 09:19:49 +00:00
publish version 0.1.1
This commit is contained in:
parent
a99d4bfcb3
commit
02a9a7b7dc
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tauri-plugin-keep-screen-on"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = [ "Krzysztof Andrelczyk" ]
|
||||
description = "A Tauri plugin that prevents screen timeout on Android and iOS"
|
||||
repository = "https://gitlab.com/cristofa/tauri-plugin-keep-screen-on"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "tauri-plugin-keep-screen-on-api",
|
||||
"version": "0.0.0",
|
||||
"author": "You",
|
||||
"description": "",
|
||||
"version": "0.1.1",
|
||||
"author": "Krzysztof Andrelczyk",
|
||||
"description": "Tauri plugin that provides commands to disable automatic screen dimming in Adroid and iOS.",
|
||||
"type": "module",
|
||||
"types": "./dist-js/index.d.ts",
|
||||
"main": "./dist-js/index.cjs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue