From 348494cca00b6f7d044590f658c181e219f5b4ec Mon Sep 17 00:00:00 2001 From: ytakahashi Date: Sun, 26 May 2024 12:09:01 +0900 Subject: [PATCH] 0.11.0 --- nps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nps.ts b/nps.ts index 38a4e85..1245dbb 100644 --- a/nps.ts +++ b/nps.ts @@ -1,6 +1,6 @@ import { Command } from "./src/command.ts"; -const version = "0.10.0"; +const version = "0.11.0"; const helpMessage = `nps ${version} Interactive npm-scripts runner for Node.js projects.