Skip to content

Commit ae333a4

Browse files
committed
chore: testing a pre-release
1 parent 11c4dde commit ae333a4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
maglevcms (2.0.0)
4+
maglevcms (2.0.0.beta1)
55
jbuilder (>= 2, < 3)
66
kaminari (~> 1.2.1)
77
maglev-injectable (~> 2.1.1)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Build Status](https://github.com/maglevhq/maglev-core/actions/workflows/verify.yml/badge.svg)](https://github.com/maglevhq/maglev-core/actions/workflows/verify.yml)
44

5-
MaglevCMS is a website builder/CMS that you can integrate into any Ruby on Rails application from version 6 up to version 8.
5+
MaglevCMS is a website builder/CMS that you can integrate into any Ruby on Rails application from version 7 up to version 8.
66

77
## Demo
88

9-
Check out our [MaglevCMS PRO demo](https://demo-pro.maglev.dev) to see MaglevCMS in action.\
10-
This demo showcases the full capabilities of MaglevCMS, including advanced features available in the PRO version.
9+
Check out our [MaglevCMS Saas Edition demo](https://demo-pro.maglev.dev) to see MaglevCMS in action.\
10+
This demo showcases the full capabilities of MaglevCMS, including advanced features available in the SaaS version.
1111

1212

1313
## Getting started / Documentation
@@ -17,7 +17,7 @@ This demo showcases the full capabilities of MaglevCMS, including advanced featu
1717

1818
## Interested in more power for your Rails SaaS?
1919

20-
If you're a Rails SaaS owner looking to offer advanced page-building and customization features to your clients, check out [MaglevCMS PRO](https://pro.maglev.dev). With MaglevCMS PRO, you get premium tools, enhanced customization options, and dedicated support to take your platform to the next level.\
20+
If you're a Rails SaaS owner looking to offer advanced page-building and customization features to your clients, check out [MaglevCMS Saas Edition](https://www.maglev.dev/saas-edition). With MaglevCMS SaaS Edition, you get premium tools, enhanced customization options, and dedicated support to take your platform to the next level.\
2121
Explore the full potential of MaglevCMS and see how it can transform your SaaS business.
2222

2323
## Testing

lib/maglev/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Maglev
4-
VERSION = '2.0.0'
4+
VERSION = '2.0.0.beta1'
55
end

0 commit comments

Comments
 (0)