Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Moreno Quinteiro committed Jun 9, 2020
1 parent bf8ecfa commit d4edf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "facebook-instant-articles-builder",
"productName": "Facebook Instant Articles Builder",
"version": "0.2.0",
"version": "0.2.2",
"description": "App to create a template to build Instant Articles from articles on your website.",
"license": "SEE LICENSE IN ./LICENSE",
"main": "src/js/background.js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

// This is the Instant Articles Builder version constant.
// Bump this version when releasing.
export const version = '0.2.0';
export const version = '0.2.2';

0 comments on commit d4edf59

Please sign in to comment.