Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gulbanana committed May 2, 2024
1 parent 784b6e0 commit 26b0e89
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# GG Changelog

## [0.17.0](releases/tag/v0.17.0)
This version is compatible with Jujutsu 0.17.

## [0.16.0](releases/tag/v0.16.0)
This version is compatible with Jujutsu 0.16.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gg",
"private": true,
"version": "0.16.0",
"version": "0.17.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
33 changes: 18 additions & 15 deletions 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 = "gg"
version = "0.16.0"
version = "0.17.0"
description = "GG - Gui for JJ"
authors = ["Thomas Castiglione"]
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,6 +1,6 @@
{
"productName": "gg",
"version": "0.16.0",
"version": "0.17.0",
"identifier": "au.gulbanana.gg",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit 26b0e89

Please sign in to comment.