Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
teeteeteeteetee committed Apr 13, 2024
1 parent 90771a1 commit 8836320
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion assets/templates/manifest.template.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Github: https://github.com/teeteeteeteetee
* Discord: Tee#0001
*
* Last Modified: Saturday, 25th November 2023 5:21:10 pm
* Last Modified: Sunday, 7th April 2024 11:07:36 pm
* Modified By: Tee ([email protected])
*
* Copyright (c) 2023 Tee, Demon Cat
Expand Down Expand Up @@ -64,6 +64,7 @@ const host = (props, key) =>
<Event>com.adobe.csxs.events.ApplicationInitialized</Event>
<Event>applicationActivate</Event>
<Event>com.adobe.csxs.events.ApplicationActivate</Event>
<Event>com.adobe.events.flash.documentChanged</Event>
</StartOn>
</Lifecycle>
<UI>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-rpc",
"version": "v0.0.2-hotfix2",
"version": "v0.0.3",
"description": "Discord Rich Presence extension for your adobe apps!",
"main": "./client-src/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/client-src/components/ConfigItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function ConfigItem({ title, template, group, config, setConfig }
<select onChange={(e) => config[group][id].value = e.target.value} id={id} className="bg-dropdown outline-none w-32 px-2 rounded-md" name="logo">
<option value="old">Old</option>
<option value="new">Updated</option>
<option value="custom">Custom</option>
<option disabled value="custom">Custom</option>
</select>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion src/client-src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Github: https://github.com/teeteeteeteetee
* Discord: Tee#0001
*
* Last Modified: Saturday, 25th November 2023 5:08:46 pm
* Last Modified: Sunday, 7th April 2024 11:07:42 pm
* Modified By: Tee ([email protected])
*
* Copyright (c) 2023 Tee, Stainless Love
Expand Down
2 changes: 1 addition & 1 deletion src/rpc_client-src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-rpc-client",
"version": "v0.0.2-hotfix2",
"version": "v0.0.3",
"description": "Discord Rich Presence extension for your adobe apps!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8836320

Please sign in to comment.