mirror of
https://github.com/zoriya/ags.git
synced 2026-06-07 20:21:39 +00:00
bump version to 1.0.0
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
project('ags',
|
||||
version: '0.2.1',
|
||||
version: '1.0.0',
|
||||
meson_version: '>= 0.62.0',
|
||||
license: ['GPL-3.0-or-later'],
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "ags";
|
||||
version = "0.2.1";
|
||||
version = "1.0.0";
|
||||
|
||||
src = buildNpmPackage {
|
||||
name = "ags";
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ags",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "description",
|
||||
"main": "src/main.ts",
|
||||
"repository": "",
|
||||
|
||||
Reference in New Issue
Block a user