diff --git a/package.json b/package.json index 3830b74..160de92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acm-uiuc/js-shared", - "version": "2.2.0", + "version": "2.3.0", "description": "ACM UIUC Shared JS code", "main": "dist/index.js", "module": "dist/index.js", diff --git a/src/constants.ts b/src/constants.ts index 30cd724..6393964 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,3 +1,3 @@ -export const MembershipPriceCents = 2000 +export const MembershipPriceCents = 3000 export const MembershipPriceString = (MembershipPriceCents / 100).toLocaleString("en-US", { style: "currency", currency: "USD" }); -export const MembershipPriceIdStripe = "price_1MUGIRDiGOXU9RuSChPYK6wZ" \ No newline at end of file +export const MembershipPriceIdStripe = "price_1SBNJlDiGOXU9RuSjHO7cwMX" \ No newline at end of file