Skip to content

Commit

Permalink
Create 0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Billiam committed Nov 30, 2024
1 parent 775274e commit 280853f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.0.3 (2024-11-29)

### 🩹 Fixes

Expand Down
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local os = require("os")
local throttle = require("throttle")
local util = require("util")

local VERSION = {0, 0, 2}
local VERSION = {0, 0, 3}
local RELEASE_API = "https://api.github.com/repos/billiam/hardcoverapp.koplugin/releases?per_page=1"

local HardcoverApp = WidgetContainer:extend {
Expand Down

0 comments on commit 280853f

Please sign in to comment.