Skip to content

Commit ba56df7

Browse files
committed
v0.1.61
1 parent 415d08f commit ba56df7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safeshot",
3-
"version": "0.1.60",
3+
"version": "0.1.61",
44
"description": "Privacy-first screenshot tool for Windows and macOS",
55
"private": true,
66
"scripts": {

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "safeshot"
3-
version = "0.1.60"
3+
version = "0.1.61"
44
edition = "2021"
55

66
[build-dependencies]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "SafeShot",
3-
"version": "0.1.60",
3+
"version": "0.1.61",
44
"identifier": "com.chiappina.safeshot",
55
"build": {
66
"frontendDist": "../dist",

src/renderer/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>SafeShot</h1>
5757
</div>
5858
<p class="tagline">No cloud. No tracking. No compromises.</p>
5959
<p class="credit">Made with <span class="heart">&#10084;</span> by <a id="dev-link">Matheus Chiappina</a></p>
60-
<p class="version-link" id="version-link">SafeShot v0.1.60</p>
60+
<p class="version-link" id="version-link">SafeShot v0.1.61</p>
6161
<script>
6262
document.getElementById('close-x').addEventListener('click', function() {
6363
if (window.__TAURI__) window.__TAURI__.core.invoke('close_about');

src/renderer/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1>SafeShot</h1>
6464
</div>
6565
<button class="btn" id="close-btn">Got it (60)</button>
6666
<p class="credit">Made with <span class="heart">&#10084;</span> by <a id="dev-link">Matheus Chiappina</a></p>
67-
<p class="version-link" id="version-link">SafeShot v0.1.60</p>
67+
<p class="version-link" id="version-link">SafeShot v0.1.61</p>
6868
<script>
6969
var seconds = 60;
7070
var btnEl = document.getElementById('close-btn');

0 commit comments

Comments
 (0)