From 2bea11563f75a56e7c5e0ca522b464c85365a3ce Mon Sep 17 00:00:00 2001 From: Ali Ihsan Nergiz Date: Sat, 17 Jan 2026 23:25:22 +0000 Subject: [PATCH] chore: bump version to 0.1.7 Co-Authored-By: Claude Opus 4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e814a94..b282d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xfeed", - "version": "0.1.6", + "version": "0.1.7", "description": "Terminal-based X/Twitter viewer with vim-style navigation. Install with: bun install -g xfeed", "type": "module", "bin": "./dist/index.js",