Skip to content

Commit

Permalink
[chore]: bump version to 0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Manas Pratim Biswas <[email protected]>
  • Loading branch information
sanam2405 committed Dec 17, 2024
1 parent e599070 commit c41215a
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 10 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

_[Preface](https://rimjhim.sanam.live/preface)_
<br/>
_[Playlist](https://open.spotify.com/playlist/5VOcst0tGcSUNi8QInDcPX)_
<br/>
_[In-house Redit](https://rimjhim.manaspratimbiswas.com/redit)_
<br/>
_[Take Me Home](https://rimjhim.sanam.live/)_
Expand All @@ -16,6 +18,8 @@ RP can also be downloaded as a cross-platform desktop application at [**_GitHub

# Inspiration

[![Rimjhim Playlist](/apps/web/public/playlist.png)](https://open.spotify.com/playlist/5VOcst0tGcSUNi8QInDcPX)

I first encountered William Butler Yeats’ introduction to _Gitanjali_ when I was in eighth grade. I clearly remember, it was a rainy day, and I waded through waterlogged streets of quintessential North Calcutta to borrow a copy of Tagore's _Gitanjali_ from my local library. In Yeats’ words:

![Gitanjali](apps/web/public/gitanjali.png)
Expand Down
4 changes: 4 additions & 0 deletions apps/desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

_[Preface](https://rimjhim.sanam.live/preface)_
<br/>
_[Playlist](https://open.spotify.com/playlist/5VOcst0tGcSUNi8QInDcPX)_
<br/>
_[In-house Redit](https://rimjhim.manaspratimbiswas.com/redit)_
<br/>
_[Take Me Home](https://rimjhim.sanam.live/)_
Expand All @@ -16,6 +18,8 @@ RP can also be downloaded as a cross-platform desktop application at [**_GitHub

# Inspiration

[![Rimjhim Playlist](public/playlist.png)](https://open.spotify.com/playlist/5VOcst0tGcSUNi8QInDcPX)

I first encountered William Butler Yeats’ introduction to _Gitanjali_ when I was in eighth grade. I clearly remember, it was a rainy day, and I waded through waterlogged streets of quintessential North Calcutta to borrow a copy of Tagore's _Gitanjali_ from my local library. In Yeats’ words:

![Gitanjali](public/gitanjali.png)
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rp",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"author": "Manas Pratim Biswas",
"license": "AGPL-3.0-only",
Expand Down
Binary file added apps/desktop/public/playlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rp"
version = "0.2.1"
version = "0.2.2"
description = "A memoir to my love, wait, hope, despair, anger and apathy, with ❤️ for love"
author = "Manas Pratim Biswas"
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "rp",
"version": "0.2.1",
"version": "0.2.2",
"identifier": "com.rp.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Aura } from "./Aura";
import { backgroundOverlay, backgroundStyle } from "./Background";
import { Balloons } from "./Balloons";
import { CarouselSkeleton } from "./CarouselSkeleton";
import { Flashlight } from "./Flashlight";
import { Globe, World } from "./Globe";
import { Layout } from "./Layout";
Expand All @@ -16,12 +17,12 @@ import { RPTerminal } from "./RPTerm";
import { Scribble } from "./Scribble";
import { Sorry } from "./Sorry";
import { Spots } from "./Spots";
import { CarouselSkeleton } from "./CarouselSkeleton";
export {
Aura,
backgroundOverlay,
backgroundStyle,
Balloons,
CarouselSkeleton,
Flashlight,
Globe,
Layout,
Expand All @@ -40,5 +41,4 @@ export {
Sorry,
Spots,
World,
CarouselSkeleton,
};
5 changes: 4 additions & 1 deletion apps/desktop/src/screens/Carousal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ export const Carousal: FC = () => {
if (isPlaying) {
pause();
}
navigate("/rterm");
window.open(
"https://open.spotify.com/playlist/5VOcst0tGcSUNi8QInDcPX",
"_blank",
);
};

const handleVideoPlay = (currentMedia: ICurrentMedia) => {
Expand Down
4 changes: 4 additions & 0 deletions apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

_[Preface](https://rimjhim.sanam.live/preface)_
<br/>
_[Playlist](https://open.spotify.com/playlist/5VOcst0tGcSUNi8QInDcPX)_
<br/>
_[In-house Redit](https://rimjhim.manaspratimbiswas.com/redit)_
<br/>
_[Take Me Home](https://rimjhim.sanam.live/)_
Expand All @@ -16,6 +18,8 @@ RP can also be downloaded as a cross-platform desktop application at [**_GitHub

# Inspiration

[![Rimjhim Playlist](public/playlist.png)](https://open.spotify.com/playlist/5VOcst0tGcSUNi8QInDcPX)

I first encountered William Butler Yeats’ introduction to _Gitanjali_ when I was in eighth grade. I clearly remember, it was a rainy day, and I waded through waterlogged streets of quintessential North Calcutta to borrow a copy of Tagore's _Gitanjali_ from my local library. In Yeats’ words:

![Gitanjali](public/gitanjali.png)
Expand Down
Binary file added apps/web/public/playlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/web/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Aura } from "./Aura";
import { Balloons } from "./Balloons";
import { CarouselSkeleton } from "./CarouselSkeleton";
import { Flashlight } from "./Flashlight";
import { Globe, World } from "./Globe";
import { Layout } from "./Layout";
Expand All @@ -15,10 +16,10 @@ import { RPTerminal } from "./RPTerm";
import { Scribble } from "./Scribble";
import { Sorry } from "./Sorry";
import { Spots } from "./Spots";
import { CarouselSkeleton } from "./CarouselSkeleton";
export {
Aura,
Balloons,
CarouselSkeleton,
Flashlight,
Globe,
Layout,
Expand All @@ -37,5 +38,4 @@ export {
Sorry,
Spots,
World,
CarouselSkeleton,
};
5 changes: 4 additions & 1 deletion apps/web/src/screens/Carousal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ export const Carousal: FC = () => {
if (isPlaying) {
pause();
}
navigate.push("/rterm");
window.open(
"https://open.spotify.com/playlist/5VOcst0tGcSUNi8QInDcPX",
"_blank",
);
};

const handleVideoPlay = (currentMedia: ICurrentMedia) => {
Expand Down

0 comments on commit c41215a

Please sign in to comment.