Skip to content

Commit

Permalink
2.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Apr 27, 2020
1 parent 6a9aecc commit 4e17c44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/asciidoctor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asciidoctor",
"version": "2.1.1",
"version": "2.2.0-rc.1",
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",
"main": "index.js",
"types": "types",
Expand Down Expand Up @@ -47,7 +47,7 @@
"homepage": "https://github.com/asciidoctor/asciidoctor.js",
"dependencies": {
"@asciidoctor/cli": "3.4.0",
"@asciidoctor/core": "2.1.1"
"@asciidoctor/core": "2.2.0-rc.1"
},
"devDependencies": {
"pkg": "^4.4.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asciidoctor/core",
"version": "2.1.1",
"version": "2.2.0-rc.1",
"description": "Asciidoctor - the core library",
"main": "dist/node/asciidoctor.js",
"browser": "dist/browser/asciidoctor.js",
Expand Down

0 comments on commit 4e17c44

Please sign in to comment.