Skip to content

Commit ba0ddcc

Browse files
committed
Prepare v1.0.0 release
1 parent cf55ad4 commit ba0ddcc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ android {
5454
applicationId "com.unifyweaver.scirepl"
5555
minSdkVersion rootProject.ext.minSdkVersion
5656
targetSdkVersion rootProject.ext.targetSdkVersion
57-
versionCode 8
58-
versionName "0.11.0"
57+
versionCode 9
58+
versionName "1.0.0"
5959
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
6060
aaptOptions {
6161
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sci-repl",
3-
"version": "0.11.0",
3+
"version": "1.0.0",
44
"description": "Mobile Scientific REPL — Python + Pyodide + Plotly.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)