Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Macbeth committed May 26, 2020
1 parent 04a2dc7 commit cbe73a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Dat Protocol",
"version": "0.2.2",
"version": "0.2.3",
"applications": {
"gecko": {
"id": "dat@cliqz.com"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dat-webext",
"version": "0.2.2",
"version": "0.2.3",
"description": "",
"scripts": {
"build:test": "browserify -r fs:graceful-fs -e test/test.ts -p tsify -g @sammacbeth/libdwebify -t [ babelify --global ] > test/test-bundle.js && browserify -e ./web-api/web-api.js > test/web-api.js",
Expand Down

0 comments on commit cbe73a0

Please sign in to comment.