bump: version 0.3.1 → 0.4.0

This commit is contained in:
github-actions[bot] 2024-08-06 21:03:57 +00:00
parent 4fe068cd57
commit 8d20c5bdff
4 changed files with 14 additions and 3 deletions

View file

@ -2,7 +2,7 @@
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version = "0.3.1"
version = "0.4.0"
version_files = [
"version.php:VERSION",
"resources/js/package.json:version"

View file

@ -1,3 +1,14 @@
## 0.4.0 (2024-08-06)
### Feat
- Add statistics to about page
### Fix
- Make everything smaller so mobile safari menu doesn't cover mobs
- Potentially fix for color swap in telegram browser
## 0.3.1 (2024-08-06)
### Fix

View file

@ -1,6 +1,6 @@
{
"name": "mobmash",
"version": "0.3.1",
"version": "0.4.0",
"description": "",
"main": "index.js",
"scripts": {

View file

@ -1,3 +1,3 @@
<?php
const VERSION = "0.3.1";
const VERSION = "0.4.0";