bump version to 1.3.0

This commit is contained in:
Aylur
2023-09-20 20:26:09 +02:00
parent 9a2a8b8562
commit 364fde9131
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
project('ags',
version: '1.2.0',
version: '1.3.0',
meson_version: '>= 0.62.0',
license: ['GPL-3.0-or-later'],
default_options: [ 'warning_level=2', 'werror=false', ],
+2 -2
View File
@@ -30,7 +30,7 @@ let
in
stdenv.mkDerivation {
pname = "ags";
version = "1.2.0";
version = "1.3.0";
src = buildNpmPackage {
name = "ags";
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
dontBuild = true;
npmDepsHash = "sha256-ASvxtPXqsWuzYLO6KfxoSOzDYW76sqL2DviGTUnhUjs=";
npmDepsHash = "sha256-1qfFFMzhyKgiDNwaiHjudzfgSeAI9rPwLaSJzC6+RLk=";
installPhase = ''
mkdir $out
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "ags",
"version": "1.2.0",
"version": "1.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ags",
"version": "1.2.0",
"version": "1.3.0",
"license": "GPL",
"dependencies": {
"@girs/dbusmenugtk3-0.4": "^0.4.0-3.2.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ags",
"version": "1.2.0",
"version": "1.3.0",
"description": "description",
"main": "src/main.ts",
"repository": "",