diff --git a/builder/ilw-back-to-top.json b/builder/ilw-back-to-top.json index 04c966f..761fb17 100644 --- a/builder/ilw-back-to-top.json +++ b/builder/ilw-back-to-top.json @@ -7,5 +7,5 @@ "description": "The Illinois component back-to-top allows you to provide a simple way to skip either to the top of a page or to a designated point in the page (such as the page content area). You can choose alternate Illinois brand colors and adjust the position of the arrow.", "toolkit-version": "", "production-version": "", - "development-version": "1.0.2-alpha" + "development-version": "1.0.2-alpha1" } \ No newline at end of file diff --git a/builder/versions/ilw-back-to-top.1.0.2-alpha.json b/builder/versions/ilw-back-to-top.1.0.2-alpha1.json similarity index 95% rename from builder/versions/ilw-back-to-top.1.0.2-alpha.json rename to builder/versions/ilw-back-to-top.1.0.2-alpha1.json index 72932b2..95221c2 100644 --- a/builder/versions/ilw-back-to-top.1.0.2-alpha.json +++ b/builder/versions/ilw-back-to-top.1.0.2-alpha1.json @@ -5,10 +5,10 @@ "type": "web component", "element-name": "ilw-back-to-top", "description": "The Illinois component back-to-top allows you to provide a simple way to skip either to the top of a page or to a designated point in the page (such as the page content area).", - "version": "1.0.2-alpha", + "version": "1.0.2-alpha1", "date": "6/7/2024", - "css": "https://dev.toolkit.illinois.edu/ilw-back-to-top/1.0.2-alpha/ilw-back-to-top.css", - "js": "https://dev.toolkit.illinois.edu/ilw-back-to-top/1.0.2-alpha/ilw-back-to-top.js", + "css": "https://dev.toolkit.illinois.edu/ilw-back-to-top/1.0.2-alpha1/ilw-back-to-top.css", + "js": "https://dev.toolkit.illinois.edu/ilw-back-to-top/1.0.2-alpha1/ilw-back-to-top.js", "production": false, "notes": "", "parent-style": "", diff --git a/package.json b/package.json index e830657..0a31e8a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@illinois-toolkit/ilw-back-to-top", "description" : "Illinois Toolkit: The Illinois component back-to-top allows you to provide a simple way to skip either to the top of a page or to a designated point in the page (such as the page content area).", "private": false, - "version": "1.0.2-alpha", + "version": "1.0.2-alpha1", "type": "module", "files": [ "src/**",