Skip to content

Commit 694b595

Browse files
fix: bump up to right version lol
1 parent 59784af commit 694b595

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.7]
8+
## [1.0.4]
99

1010
### Added
1111
- Direct tag input via keyboard modal overlay - press `4` in Tag View to open tag filter input

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.4

internal/plugins/host.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ func (h *Host) registerAPI(L *lua.LState, ctx context.Context) {
497497
}))
498498

499499
// Info API
500-
L.SetField(k, "version", lua.LString("1.0.7"))
500+
L.SetField(k, "version", lua.LString("1.0.4"))
501501
}
502502

503503
func taskToTable(L *lua.LState, t core.Task) *lua.LTable {

0 commit comments

Comments
 (0)