Skip to content

Commit

Permalink
Update version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Jun 17, 2020
1 parent 3019468 commit 8bbbe35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checksync",
"version": "2.2.1",
"version": "2.2.2",
"description": "A tool that allows code to be annotated across different files to ensure they remain in sync.",
"main": "dist/cli.js",
"bin": {
Expand Down Expand Up @@ -91,4 +91,4 @@
"lint",
"test:all"
]
}
}
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/cli_test.js.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`#run should log help info help arg present 1`] = `
"[1m[32mchecksync 2.2.1 ✅ 🔗[39m[22m
"[1m[32mchecksync 2.2.2 ✅ 🔗[39m[22m
Checksync uses tags in your files to identify blocks that need to remain
synchronised. It works on any text file as long as it can find the tags.
Expand Down

0 comments on commit 8bbbe35

Please sign in to comment.