bump version to 1.2

This commit is contained in:
Aylur
2023-09-10 20:23:49 +02:00
parent 3321e77d56
commit 50c5edf5da
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
project('ags',
version: '1.1.0',
version: '1.2.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.1.0";
version = "1.2.0";
src = buildNpmPackage {
name = "ags";
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
dontBuild = true;
npmDepsHash = "sha256-wbDReZxU/MtHYNSf1mb7iDoTlR0NlSc60kdSpk81UCU=";
npmDepsHash = "sha256-DcFTL0trUVpGSnJi8b3TRA1UAvwxir1uKY6LZ/kHCs8=";
installPhase = ''
mkdir $out
+1 -1
View File
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "ags",
"version": "1.1.0",
"version": "1.2.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.1.0",
"version": "1.2.0",
"description": "description",
"main": "src/main.ts",
"repository": "",