Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Bump package version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheap-glitch committed Jan 8, 2020
1 parent ee2c779 commit f8191d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module.exports = {

The recommended way to provide data to the plugin is to pass the array of routes
used with `vue-router`. Below is an example of a simple setup that demonstrates
the usage of all the possible options:
usage of all the possible options:

```javascript
// src/routes.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-cli-plugin-sitemap",
"description": "A Vue CLI plugin to generate simple or complex sitemaps easily.",
"version": "1.0.1",
"version": "1.0.2",
"license": "ISC",
"repository": {
"type": "git",
Expand Down

0 comments on commit f8191d9

Please sign in to comment.