diff --git a/nodejs-yamlish.spec b/nodejs-yamlish.spec index 4f33cc5..7196c78 100644 --- a/nodejs-yamlish.spec +++ b/nodejs-yamlish.spec @@ -1,6 +1,6 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-yamlish -Version: 0.0.5 +Version: 0.0.7 Release: 1 Summary: Parser/encoder for the yamlish format BuildArch: noarch @@ -29,5 +29,8 @@ cp -pr package.json yamlish.js %{buildroot}%{nodejs_sitelib}/yamlish %license LICENSE %changelog +* Fri Nov 10 2023 xu_ping <707078654@qq.com> - 0.0.7-1 +- Upgrade version to 0.0.7 + * Tue Aug 11 2020 wangyue - 0.0.5-1 - package init diff --git a/yamlish-0.0.5.tgz b/yamlish-0.0.5.tgz deleted file mode 100644 index 839a7b6..0000000 Binary files a/yamlish-0.0.5.tgz and /dev/null differ diff --git a/yamlish-0.0.7.tgz b/yamlish-0.0.7.tgz new file mode 100644 index 0000000..cc5d44b Binary files /dev/null and b/yamlish-0.0.7.tgz differ