diff --git a/README.markdown b/README.markdown index c93538ef5..0281bd811 100644 --- a/README.markdown +++ b/README.markdown @@ -3,18 +3,12 @@ Welcome to Cappuccino! ====================== -Special event -------------- -Release 1.0 is scheduled for [CappCon 2018 on September 4, 2018 at Université de Liège in Belgium](https://www.meetup.com/de-DE/CappCon/events/248886408). - Introduction ------------ Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser. - -With Cappuccino, you don't concern yourself -with HTML, CSS, or the DOM. You rather write applications with the APIs from Apple's Cocoa frameworks and the Objective-J language. +With Cappuccino, you don't concern yourself with HTML, CSS, or the DOM. You write applications with the APIs from Apple's Cocoa frameworks and the Objective-J language. Check out a [live demo of the widgets in Cappuccino](https://cappuccino-testbook.5apps.com/#ThemeKitchenSink) diff --git a/Tools/Documentation/Cappuccino.doxygen b/Tools/Documentation/Cappuccino.doxygen index 176dac670..aa72ea5b2 100644 --- a/Tools/Documentation/Cappuccino.doxygen +++ b/Tools/Documentation/Cappuccino.doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = " API" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.9.10 +PROJECT_NUMBER = 1.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Tools/XcodeCapp/XcodeCapp/Info.plist b/Tools/XcodeCapp/XcodeCapp/Info.plist index b5d62c923..16e87985d 100644 --- a/Tools/XcodeCapp/XcodeCapp/Info.plist +++ b/Tools/XcodeCapp/XcodeCapp/Info.plist @@ -56,6 +56,6 @@ XCCLastCappuccinoMasterBranchURL https://github.com/cappuccino/cappuccino/archive/master.zip XCCLastCappuccinoReleaseURL - https://github.com/cappuccino/cappuccino/archive/0.9.10.zip + https://github.com/cappuccino/cappuccino/archive/1.0.0.zip diff --git a/bootstrap.sh b/bootstrap.sh index 928e22dd8..3147dd986 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -169,7 +169,7 @@ tmp_zip="/tmp/cappuccino.zip" local_distrib="" github_user="cappuccino" -github_ref="v0.9.10" +github_ref="v1.0.0" noprompt="" install_capp="" diff --git a/version.json b/version.json index 8288c78a1..9eecd8f5b 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.9.10" + "version": "1.0.0" } \ No newline at end of file