Skip to content

Commit

Permalink
Updated APIC to version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdash committed Oct 14, 2022
1 parent 7e5ffca commit 779e85a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apic",
"version": "3.0.6",
"version": "3.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port=5000",
Expand Down
2 changes: 1 addition & 1 deletion platform_files/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apic",
"version": "3.0.6",
"version": "3.1.0",
"description": "apic- Complete API solution",
"author": "Bijaya Dash <[email protected]>",
"main": "electron.js",
Expand Down
2 changes: 1 addition & 1 deletion platform_files/extension/manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Apic - Complete API solution",
"short_name": "apic",
"version": "3.0.6",
"version": "3.1.0",
"minimum_chrome_version": "28",
"description": "The only tool you will ever need for all you API Design, Documentation and Testing needs.",
"devtools_page": "devtools/devtools.html",
Expand Down
2 changes: 1 addition & 1 deletion platform_files/extension/manifest_edge.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Apic - Complete API solution",
"short_name": "apic",
"version": "3.0.6",
"version": "3.1.0",
"minimum_chrome_version": "28",
"description": "The only tool you will ever need for all you API Design, Documentation and Testing needs.",
"devtools_page": "devtools/devtools.html",
Expand Down

0 comments on commit 779e85a

Please sign in to comment.