From 3a79428d8d5ca821aeafd5474a8ed4134056827d Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Tue, 27 Jun 2023 19:02:20 -0500 Subject: [PATCH] release: 0.1.0-prerelease.9 --- Cargo.toml | 2 +- oranda-css/package.json | 2 +- src/config/style.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 77854994..27dbd563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "oranda" description = "🎁 generate beautiful landing pages for your projects" repository = "https://github.com/axodotdev/oranda" homepage = "https://opensource.axo.dev/oranda" -version = "0.1.0-prerelease.8" +version = "0.1.0-prerelease.9" edition = "2021" authors = ["Axo Developer Co. "] license = "MIT OR Apache-2.0" diff --git a/oranda-css/package.json b/oranda-css/package.json index a6abfb8e..cf99fafc 100644 --- a/oranda-css/package.json +++ b/oranda-css/package.json @@ -1,6 +1,6 @@ { "name": "oranda-css", - "version": "0.0.5", + "version": "0.1.0-prerelease.9", "description": "", "main": "tailwind.config.js", "scripts": { diff --git a/src/config/style.rs b/src/config/style.rs index 596fc44b..452b49a4 100644 --- a/src/config/style.rs +++ b/src/config/style.rs @@ -6,7 +6,7 @@ use crate::site::{markdown::SyntaxTheme, oranda_theme::OrandaTheme}; use super::ApplyValExt; -pub const ORANDA_CSS_TAG: &str = "css-v0.0.7"; +pub const ORANDA_CSS_TAG: &str = "v0.1.0-prerelease.9"; /// Config related to styling your page (complete version) #[derive(Debug)]