diff --git a/README.md b/README.md index 79a1d4e..01931c2 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ createApp(App) .use(Oruga, bootstrapConfig) .mount('#app') ``` -Please note, the package also works for `@oruga-ui/oruga` (Vue 2) and can be used without importing any other Oruga styling or the full Oruga bundle. +Please note, this package can be used without importing any other Oruga styling or theme. ### Customization (SASS/SCSS) diff --git a/package-lock.json b/package-lock.json index cfaddf9..ac70655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oruga-ui/theme-bootstrap", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@oruga-ui/theme-bootstrap", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "bootstrap": "^5.3.3" diff --git a/package.json b/package.json index 596e8e4..b8ec105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oruga-ui/theme-bootstrap", - "version": "0.6.1", + "version": "0.6.2", "description": "Bootstrap theme for Oruga", "license": "MIT", "type": "module",