Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JenuelDev committed Jan 15, 2025
1 parent 95c44b6 commit dfeb067
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ function toggleCreateNewSpaceDialog() {
{{ StudySpace.title }}
</h3>
<div>{{ StudySpace.description }}</div>
<small class="opacity-50">{{
DAYJS(StudySpace.updated_at).format('MMMM D, YYYY')
}}</small>
<small class="opacity-50">
{{ DAYJS(StudySpace.updated_at).format('MMMM D, YYYY') }}
</small>
</div>
<div>
<NButton
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "believers-sword",
"name": "believers-sword-nightly",
"description": "Believers Sword is an application for believers community, it is used to study bible, also used for praying, social or connect with other believers.",
"author": "BroJenuel",
"version": "0.6.00",
Expand Down Expand Up @@ -27,8 +27,8 @@
"up:win": "up_using_window.cmd"
},
"build": {
"appId": "com.official-believers-sword.app",
"productName": "Believers Sword",
"appId": "com.official-believers-sword-nightly.app",
"productName": "Believers Sword Nightly",
"copyright": "Copyright © 2022 ${author}",
"publish": [
{
Expand Down

0 comments on commit dfeb067

Please sign in to comment.