Skip to content

Commit 1855c54

Browse files
committed
release: v0.1.2
1 parent 9046831 commit 1855c54

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44
<img src="src-tauri/icons/icon.png" alt="JSON Prettier Logo" width="128" height="128">
55

6-
[![Version](https://img.shields.io/badge/version-0.1.1-blue.svg)](https://github.com/rebase/json-prettier)
6+
[![Version](https://img.shields.io/badge/version-0.1.2-blue.svg)](https://github.com/rebase/json-prettier)
77
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
88
</div>
99

@@ -38,9 +38,9 @@
3838
<br>
3939
<strong>macOS</strong>
4040
<br>
41-
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.1_aarch64.dmg">DMG (Apple Silicon)</a>
41+
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.2_aarch64.dmg">DMG (Apple Silicon)</a>
4242
<br>
43-
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.1_x64.dmg">DMG (Intel)</a>
43+
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.2_x64.dmg">DMG (Intel)</a>
4444
<br>
4545
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_aarch64.app.tar.gz">App Bundle (Apple Silicon)</a>
4646
<br>
@@ -51,20 +51,20 @@
5151
<br>
5252
<strong>Windows</strong>
5353
<br>
54-
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.1_x64-setup.exe">Installer (.exe, x64)</a>
54+
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.2_x64-setup.exe">Installer (.exe, x64)</a>
5555
<br>
56-
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.1_x64_en-US.msi">MSI Installer (x64, en-US)</a>
56+
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.2_x64_en-US.msi">MSI Installer (x64, en-US)</a>
5757
</td>
5858
<td align="center" width="33%">
5959
<img src="https://upload.wikimedia.org/wikipedia/commons/3/35/Tux.svg" alt="Linux" width="60" height="60">
6060
<br>
6161
<strong>Linux</strong>
6262
<br>
63-
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.1_amd64.AppImage">AppImage (amd64)</a>
63+
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.2_amd64.AppImage">AppImage (amd64)</a>
6464
<br>
65-
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.1_amd64.deb">Debian Package (.deb, amd64)</a>
65+
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier_0.1.2_amd64.deb">Debian Package (.deb, amd64)</a>
6666
<br>
67-
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier-0.1.1-1.x86_64.rpm">RPM Package (x86_64)</a>
67+
<a href="https://github.com/rebase/json-prettier/releases/latest/download/JSON.Prettier-0.1.2-1.x86_64.rpm">RPM Package (x86_64)</a>
6868
</td>
6969
</tr>
7070
</table>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-prettier",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "json-prettier"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A simple desktop app that makes messy JSON data look clean and organized"
55
authors = ["rebase"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "JSON Prettier",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"identifier": "com.json-prettier.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ function App() {
766766
<div className="about-content">
767767
<div className="app-info">
768768
<h3>JSON Prettier</h3>
769-
<p className="version">Version 0.1.1</p>
769+
<p className="version">Version 0.1.2</p>
770770
<p className="description compact">
771771
Transform messy JSON into beautifully organized format with customizable styling
772772
options.

0 commit comments

Comments
 (0)