Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 6, 2024
1 parent 575c3f7 commit 806f73f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodejs",
"sdk": "github.com/fluentci-io/daggerverse/deno-sdk@main",
"version": "v0.8.0",
"version": "v0.8.1",
"description": "",
"author": "Tsiry Sandratraina",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentci/nodejs",
"version": "0.7.1",
"version": "0.8.1",
"exports": "./mod.ts",
"importMap": "import_map.json",
"tasks": {
Expand Down
2 changes: 1 addition & 1 deletion fluentci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [
description = "CI/CD Plugin for Node.js"
license = "MIT"
name = "nodejs"
version = "0.8.0"
version = "0.8.1"

0 comments on commit 806f73f

Please sign in to comment.