Skip to content

Commit

Permalink
Bump Serenade Version
Browse files Browse the repository at this point in the history
  • Loading branch information
sombrafam committed Jul 3, 2024
1 parent 86d2bcf commit bd03d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Serenade",
"productName": "Serenade",
"version": "2.0.2",
"version": "2.0.2-community-1.0.beta",
"author": "Serenade Labs, Inc. <[email protected]>",
"description": "Code with voice. Learn more at https://serenade.ai",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion client/src/shared/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as os from "os";

export default class Metadata {
version = "2.0.2";
version = "2.0.2-community-1.0.beta";

identifier(application: string, language: any): string {
return JSON.stringify({
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Hero } from "../components/hero";
import { Main } from "../components/pages";
import { FullWidthFeature, TwoColumnFeature } from "../components/features";

const currentVersion = "2.0.2";
const currentVersion = "2.0.2-community-1.0.beta";
const legacyVersion = "";
const betaVersion = "";

Expand Down

0 comments on commit bd03d9f

Please sign in to comment.