Skip to content

Commit

Permalink
release: 0.1.0-prerelease.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jun 28, 2023
1 parent b6d6add commit 3a79428
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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. <hello@axo.dev>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion oranda-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oranda-css",
"version": "0.0.5",
"version": "0.1.0-prerelease.9",
"description": "",
"main": "tailwind.config.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 3a79428

Please sign in to comment.