Skip to content

Commit

Permalink
Merge branch 'release/1.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Oct 21, 2021
2 parents cb1509a + 06577ad commit 556ac9e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spreadsheet-viewer",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/sv/index.tsx",
"repository": "[email protected]:handsontable/spreadsheet-viewer.git",
"author": "Handsoncode <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/quickstart/examples/angular/src/app/app.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="Header">
<div class="container-lg clearfix col-12 px-3">
<h1 class="text-white h1">Spreadsheet Viewer</h1>
<p>1.0.0</p>
<p>1.0.1</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/quickstart/examples/js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="Header">
<div class="container-lg clearfix col-12 px-3">
<h1 class="text-white h1">Spreadsheet Viewer</h1>
<p>1.0.0</p>
<p>1.0.1</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/quickstart/examples/react/src/script.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const App = () => (
<div className="Header">
<div className="container-lg clearfix col-12 px-3">
<h1 className="text-white h1">Spreadsheet Viewer</h1>
<p>1.0.0</p>
<p>1.0.1</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/quickstart/examples/vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="Header">
<div class="container-lg clearfix col-12 px-3">
<h1 class="text-white h1">Spreadsheet Viewer</h1>
<p>1.0.0</p>
<p>1.0.1</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="Header">
<div class="container-lg clearfix col-12 px-3">
<h1 class="text-white h1">Spreadsheet Viewer</h1>
<p>1.0.0</p>
<p>1.0.1</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/quickstart/npmpackage.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spreadsheet-viewer",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "spreadsheet-viewer/client-library/clientLibrary.js",
"directories": {
Expand Down

0 comments on commit 556ac9e

Please sign in to comment.