publish version 0.1.1

This commit is contained in:
Krzysztof Andrelczyk 2024-08-07 23:50:43 +02:00
parent a99d4bfcb3
commit 02a9a7b7dc
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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",