Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #114 from jasonelle/v2.1
Browse files Browse the repository at this point in the history
V2.1
  • Loading branch information
clsource authored Sep 16, 2021
2 parents e77b87d + 55c2938 commit e6e5574
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "lib/docker"]
path = lib/docker
url = https://github.com/jasonelle/docker
branch = main
[submodule "lib/jasonette-android"]
path = lib/jasonette-android
url = https://github.com/jasonelle/jasonette-android
branch = develop
[submodule "lib/jasonette-ios"]
path = lib/jasonette-ios
url = https://github.com/jasonelle/jasonette-ios
branch = develop
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🛸 [Jasonelle](https://jasonelle.com)

<img src="https://user-images.githubusercontent.com/292738/69905238-80c70880-138f-11ea-8834-9335ef725ef9.png" width="100" height="100">
<img src="https://raw.githubusercontent.com/jasonelle/jasonelle.github.io/main/jasonelle.png" width="200" height="150">

*Jasonelle Team* maintains *Jasonette*, which is a framework that uses [JSON](https://www.json.org/) and _JavaScript_ as the main language to create *Android* and *iOS* applications.

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ Each release strive
to only bring bug fixes, new features and maintain backwards compatibility. So an app made
with *Jasonette 1* can be executed successfully with *Jasonette 100* in the future.

## v2.1 In Development
## v2.2 Development

- [Android Source](https://github.com/jasonelle/jasonette-android/tree/develop)
- [iOS Source](https://github.com/jasonelle/jasonette-ios/tree/develop)

## v2.1 September 2021

Last version to support Android < 30 and iOS < 13

- [Release](https://github.com/jasonelle/jasonelle/releases/tag/v2.1)
- [Android Source](https://github.com/jasonelle/jasonette-android/tree/v2.1.0)
- [iOS Source](https://github.com/jasonelle/jasonette-ios/tree/v2.1)

## v2.0 November 2019

Lots of bug fixes and improvements. Compatibility with iOS 13 and Android X.
Expand Down
1 change: 1 addition & 0 deletions lib/docker
Submodule docker added at 63fb79
1 change: 1 addition & 0 deletions lib/jasonette-android
Submodule jasonette-android added at b3cf3f
1 change: 1 addition & 0 deletions lib/jasonette-ios
Submodule jasonette-ios added at 72a048

0 comments on commit e6e5574

Please sign in to comment.