Skip to content

Commit

Permalink
chore: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FPurchess committed Jan 5, 2025
1 parent 56a72e9 commit 6a3640e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[downloads-shield]: https://img.shields.io/github/downloads/FPurchess/blank/total
[macos-shield]: https://api.iconify.design/logos/macos.svg
[macos-pkg]: https://github.com/FPurchess/blank/releases/download/v1.1.0/blank_1.1.0_x64.dmg
[macos-pkg]: https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_x64.dmg
[windows-shield]: https://api.iconify.design/logos/microsoft-windows.svg
[windows-pkg]: https://github.com/FPurchess/blank/releases/download/v1.1.0/blank_1.1.0_x64_en-US.msi
[windows-pkg]: https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_x64_en-US.msi
[linux-deb-shield]: https://api.iconify.design/logos/linux-tux.svg
[linux-deb-pkg]: https://github.com/FPurchess/blank/releases/download/v1.1.0/blank_1.1.0_amd64.deb
[linux-deb-pkg]: https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_amd64.deb

<p align="center">
<a href="https://github.com/FPurchess/blank">
Expand Down Expand Up @@ -44,19 +44,19 @@ You can download the latest version of Blank here:
<table width="100%">
<tr>
<td align="center">
<a href="https://github.com/FPurchess/blank/releases/download/v1.1.0/blank_1.1.0_x64.dmg">
<a href="https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_x64.dmg">
Download blank.dmg<br/>
<img src="https://api.iconify.design/logos/macos.svg" alt="Donwload blank.dmg" height="100" width="120" /><br/>
</a>
</td>
<td align="center">
<a href="https://github.com/FPurchess/blank/releases/download/v1.1.0/blank_1.1.0_x64_en-US.msi">
<a href="https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_x64_en-US.msi">
Download blank.msi<br/>
<img src="https://api.iconify.design/logos/microsoft-windows.svg" alt="Donwloads blank.msi" height="100" width="120" /><br/>
</a>
</td>
<td align="center">
<a href="https://github.com/FPurchess/blank/releases/download/v1.1.0/blank_1.1.0_amd64.deb">
<a href="https://github.com/FPurchess/blank/releases/download/v1.2.0/blank_1.2.0_amd64.deb">
Download blank.deb<br/>
<img src="https://api.iconify.design/logos/linux-tux.svg" alt="Donwloads blank.deb" height="100" width="120" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blank",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"description": "Blank is a minimalist, opinionated markdown editor made for writing - purely keyboard-based with PDF-Export, available for Linux, macOS and Windows",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blank"
version = "1.1.0"
version = "1.2.0"
description = "Blank is a minimalist, opinionated markdown editor made for writing - purely keyboard-based with PDF-Export, available for Linux, macOS and Windows"
authors = ["Florian Purchess <florian.purchess@googlemail.com>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "blank",
"version": "1.1.0",
"version": "1.2.0",
"identifier": "com.github.fpurchess.blank",
"build": {
"beforeDevCommand": "bun run dev",
Expand Down

0 comments on commit 6a3640e

Please sign in to comment.