From 34f141076811b062cddd27627e8c83838116e49d Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:08:00 -0400 Subject: [PATCH] bump version to 0.7.0 --- CHANGELOG.md | 2 +- appinfo.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00ec36..5875e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.7.0] - 2024-09-xx +## [0.7.0] - 2024-09-07 ### Added - Add autostart via activities on webOS 3.5+ (@kitsuned; #143) - Speed up startup by skipping unnecessary elevation attempts (@kitsuned; #146) diff --git a/appinfo.json b/appinfo.json index cf91d38..a5cf327 100644 --- a/appinfo.json +++ b/appinfo.json @@ -1,6 +1,6 @@ { "id": "org.webosbrew.hbchannel", - "version": "0.6.3", + "version": "0.7.0", "vendor": "webosbrew.org", "title": "Homebrew Channel", "icon": "assets/icon80.png", diff --git a/package-lock.json b/package-lock.json index 00c8cfb..ace542e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webos-homebrew-channel", - "version": "0.6.3", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index d18857c..407c0d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webos-homebrew-channel", - "version": "0.6.3", + "version": "0.7.0", "description": "Manual installation:", "main": "frontend/index.js", "moduleDir": "frontend",