bump version to 1.5.0

I'll bump it now, so I won't forget next release, and it makes it easier to distinguish versions for users
This commit is contained in:
Aylur
2023-10-14 18:09:35 +02:00
parent 4a0a54c988
commit c91274eeb7
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
project('ags', 'c',
version: '1.4.0',
version: '1.5.0',
meson_version: '>= 0.62.0',
license: ['GPL-3.0-or-later'],
default_options: [ 'warning_level=2', 'werror=false', ],

View File

@@ -39,7 +39,7 @@ let
in
stdenv.mkDerivation {
pname = "ags";
version = "1.4.0";
version = "1.5.0";
src = buildNpmPackage {
name = "ags";
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
dontBuild = true;
npmDepsHash = "sha256-VEtX+ck1/e8ESvdm/9Q8VhpSnNZMzDus2XFcO8tI6Tc=";
npmDepsHash = "sha256-3xZX0Nr0sfS7jlB2rHUqc0tUDjmkoLg6VfKYyuvbWeA=";
installPhase = ''
mkdir $out

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "ags",
"version": "1.4.0",
"version": "1.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ags",
"version": "1.4.0",
"version": "1.5.0",
"license": "GPL",
"dependencies": {
"@girs/dbusmenugtk3-0.4": "^0.4.0-3.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "ags",
"version": "1.4.0",
"version": "1.5.0",
"description": "description",
"main": "src/main.ts",
"repository": "",