Skip to content

Commit 0336266

Browse files
release: v0.1.46
1 parent 75b9d9e commit 0336266

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenLinear",
4-
"version": "0.1.45",
4+
"version": "0.1.46",
55
"identifier": "com.openlinear.app",
66
"build": {
77
"beforeDevCommand": "PORT=3000 pnpm --filter @openlinear/desktop-ui dev:webpack",

packages/openlinear/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openlinear",
3-
"version": "0.1.45",
3+
"version": "0.1.46",
44
"description": "OpenLinear launcher, installer, and validation utilities",
55
"license": "MIT",
66
"repository": {

packaging/aur/openlinear-bin/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = openlinear-bin
22
pkgdesc = AI-powered project management that actually writes the code — desktop app
3-
pkgver = 0.1.45
3+
pkgver = 0.1.46
44
pkgrel = 1
55
url = https://github.com/kaizen403/openlinear
66
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = openlinear-bin
1414
conflicts = openlinear
1515
options = !strip
1616
options = !debug
17-
source = openlinear-0.1.45-x86_64-linux.tar.gz::https://github.com/kaizen403/openlinear/releases/download/v0.1.45/openlinear-0.1.45-x86_64-linux.tar.gz
17+
source = openlinear-0.1.46-x86_64-linux.tar.gz::https://github.com/kaizen403/openlinear/releases/download/v0.1.46/openlinear-0.1.46-x86_64-linux.tar.gz
1818
source = openlinear.desktop
19-
source = openlinear.png::https://raw.githubusercontent.com/kaizen403/openlinear/v0.1.45/apps/desktop/src-tauri/icons/icon.png
19+
source = openlinear.png::https://raw.githubusercontent.com/kaizen403/openlinear/v0.1.46/apps/desktop/src-tauri/icons/icon.png
2020
sha256sums = SKIP
2121
sha256sums = SKIP
2222
sha256sums = SKIP

packaging/aur/openlinear-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: kaizen403 <kaizen403@proton.me>
22
pkgname=openlinear-bin
3-
pkgver=0.1.45
3+
pkgver=0.1.46
44
pkgrel=1
55
pkgdesc="AI-powered project management that actually writes the code — desktop app"
66
arch=('x86_64')

0 commit comments

Comments
 (0)